Skip to content

Commit

Permalink
use new ansible-lint github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Dec 4, 2023
1 parent b157106 commit e3a41e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:
- cron: "10 6 * * 1"
jobs:
build:
name: ansible lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: run ansible-lint
uses: ansible/[email protected]
with:
path: '.'
uses: ansible/[email protected]

0 comments on commit e3a41e9

Please sign in to comment.