Skip to content

Commit

Permalink
upgraded ansible lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Jan 31, 2024
1 parent 8804d22 commit 52faf23
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: run ansible-lint
uses: ansible/ansible-lint-action@89eb7dec58ac81d46476b715d98e0ec9a411b63f
with:
override-deps: |
rich>=9.5.1,<11.0.0
ansible==5.3.0
ansible-lint==5.3.1
targets: "./"
#args: "-q"
uses: ansible/[email protected]

0 comments on commit 52faf23

Please sign in to comment.