This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
when:
|
||||
- event: [pull_request, push]
|
||||
branch: [main]
|
||||
|
||||
steps:
|
||||
- name: lint-ansible
|
||||
image: ghcr.io/ansible/community-ansible-dev-tools:latest
|
||||
commands:
|
||||
- ansible-lint
|
||||
Reference in New Issue
Block a user