Skip to content

Commit 8650d45

Browse files
authored
Add ansible lint to CI (#4)
* Update main.yml * Change ansible-lint action * Update main.yml * Update main.yml * Update main.yml
1 parent a0c286b commit 8650d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- uses: actions/checkout@v2
2727

2828
# Runs a single command using the runners shell
29-
- name: ansible-lint
30-
uses: ansible/ansible-lint-action
29+
- name: Lint Ansible playbook
30+
uses: ansible/ansible-lint-action@master

0 commit comments

Comments
 (0)