Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita872d9c

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 parent5d8ddd9 commita872d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515

1616
-uses:pre-commit/action@v3.0.0
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)

[8]ページ先頭

©2009-2025 Movatter.jp