Skip to content

Commit 2f0d7a4

Browse files
committed
Superlinter (by default) requires full git history
Teach it to work on just the files in place by using find instead of git vars. super-linter/super-linter#7282
1 parent e291c2d commit 2f0d7a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
- uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
1818
env:
1919
GITHUB_TOKEN: ${{ github.token }}
20+
USE_FIND_ALGORITHM: true # support detached-head checkouts
2021
VALIDATE_GIT_COMMITLINT: false # commitlint is bad

0 commit comments

Comments
 (0)