Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Update example to include full checkput
Browse files Browse the repository at this point in the history
Related: #138
  • Loading branch information
ssbarnea committed Dec 25, 2022
1 parent 600e694 commit 0121c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v3
with:
fetch-depth: 0 # needed for progressive mode to work

- name: Run ansible-lint
# replace `main` with any valid ref, or tags like `v6`
Expand Down

0 comments on commit 0121c99

Please sign in to comment.