We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf8769 commit 8338c02Copy full SHA for 8338c02
.github/workflows/pre-commit.yml
@@ -30,5 +30,5 @@ jobs:
30
if: contains(steps.run-pre-commit.outputs.SHOULD_COMMIT, 'true')
31
with:
32
commit_message: "Run pre-commit hooks."
33
- file_pattern: ":exclude(.github/workflows/*)"
+ file_pattern: ". :exclude(.github/workflows/*)"
34
0 commit comments