We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc8313 commit 048f529Copy full SHA for 048f529
.github/actions/create-lint-wf/action.yml
@@ -39,7 +39,7 @@ runs:
39
shell: bash
40
run: |
41
pip install prek
42
- prek run --all-files
+ prek run --all-files --config .pre-commit-config.yaml
43
working-directory: create-lint-wf
44
45
# Update modules to the latest version
.github/workflows/create-test-lint-wf-template.yml
@@ -149,7 +149,7 @@ jobs:
149
- name: Run pre-commit
150
151
152
153
working-directory: create-test-lint-wf
154
155
# Remove TODO statements
0 commit comments