Skip to content

Commit d014d41

Browse files
committed
Add ansible linting
1 parent 6a97baa commit d014d41

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,16 @@ jobs:
5858
with:
5959
fail_on_error: true
6060
tool_name: 'caddy fmt'
61+
62+
ansible:
63+
name: Ansible Lint
64+
runs-on: ubuntu-latest
65+
66+
steps:
67+
- uses: actions/checkout@v3
68+
69+
- name: Set up Python 3
70+
uses: actions/setup-python@v3
71+
72+
- name: ansible-lint
73+
uses: reviewdog/action-ansiblelint@v1

0 commit comments

Comments
 (0)