Skip to content

♻️ refactor: nginx acme #45

♻️ refactor: nginx acme

♻️ refactor: nginx acme #45

Workflow file for this run

---
name: Ansible lint
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: >
pip3 install
ansible-lint
yamllint
- run: ansible-lint
- run: yamllint -c .yamllint .