Skip to content

Commit

Permalink
(chore): fix linting errors and use correct ansible-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Stev committed Feb 8, 2024
1 parent d4dede1 commit 4902d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI - Linting

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
# This workflow contains a single job called "build"
Expand All @@ -24,7 +24,7 @@ jobs:
path: lint-rules

- name: ansible-lint
uses: ansible/ansible-lint-action@master
uses: ansible/ansible-lint@main
with:
targets: icinga2_web
args: "-R -r lint-rules"
Expand Down

0 comments on commit 4902d39

Please sign in to comment.