Skip to content

Commit

Permalink
fix lint - checkout before action
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte committed Nov 1, 2023
1 parent fada835 commit ef3c456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ jobs:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'

0 comments on commit ef3c456

Please sign in to comment.