Skip to content

Commit 414a53d

Browse files
committed
update: .pre-commit-config.yaml is not a file
1 parent 352f3d8 commit 414a53d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
pip install pre-commit==3.8.0
2424
pre-commit install
2525
- name: Linting
26-
run: pre-commit run --all-files
26+
run: |
27+
pre-commit sample-config > .pre-commit-config.yaml
28+
pre-commit run --all-files

0 commit comments

Comments
 (0)