Skip to content

Commit a872d9c

Browse files
committed
Pass --all-files explicitly so it is retained
In the lint workflow, passing extra-args replaced --all-files, rather than keeping it but adding the extra arguments after it. (But --show-diff-on-failure and --color=always were still passed.)
1 parent 5d8ddd9 commit a872d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515

1616
- uses: pre-commit/[email protected]
1717
with:
18-
extra_args: --hook-stage manual
18+
extra_args: --all-files --hook-stage manual
1919
env:
2020
SKIP: black-format

0 commit comments

Comments
 (0)