Skip to content

Commit 048f529

Browse files
committed
limit prek scope
1 parent dfc8313 commit 048f529

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/create-lint-wf/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
shell: bash
4040
run: |
4141
pip install prek
42-
prek run --all-files
42+
prek run --all-files --config .pre-commit-config.yaml
4343
working-directory: create-lint-wf
4444

4545
# Update modules to the latest version

.github/workflows/create-test-lint-wf-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Run pre-commit
150150
run: |
151151
pip install prek
152-
prek run --all-files
152+
prek run --all-files --config .pre-commit-config.yaml
153153
working-directory: create-test-lint-wf
154154

155155
# Remove TODO statements

0 commit comments

Comments
 (0)