Skip to content

Commit

Permalink
ci: so much for github workflow validation
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Mar 28, 2024
1 parent c3a3ec2 commit 6fe10cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
ansible_lint_version:
ansible-lint-version:
- v6.22.2
- v24.2.1
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@${{ matrix.ansible_lint_version}}
uses: ansible/ansible-lint@${{ matrix.ansible-lint-version }}

0 comments on commit 6fe10cc

Please sign in to comment.