Skip to content

Commit

Permalink
Merge pull request #10 from ansible-actions/DO1JLR-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
DO1JLR authored Oct 23, 2023
2 parents 4024fa0 + 659ddd4 commit a255450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: 'checkout git repo'
- name: Checkout git repo
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v1.0.1
uses: ansible-actions/ansible-lint-action@v1.0.2
with:
target: "./"
```
Expand Down

0 comments on commit a255450

Please sign in to comment.