Skip to content

Commit

Permalink
Use checkout action in install docs (#3810)
Browse files Browse the repository at this point in the history
  • Loading branch information
gma authored Oct 4, 2023
1 parent 487fdfb commit 98e18c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ 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@v6
```
Expand Down

0 comments on commit 98e18c4

Please sign in to comment.