Skip to content

Commit

Permalink
cicd: set fetch-depth to 0 (all) for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuszik committed Jan 30, 2025
1 parent fe45bd9 commit 87929cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter/slim@v7
Expand Down

0 comments on commit 87929cb

Please sign in to comment.