We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352f3d8 commit 414a53dCopy full SHA for 414a53d
.github/workflows/lint.yml
@@ -23,4 +23,6 @@ jobs:
23
pip install pre-commit==3.8.0
24
pre-commit install
25
- name: Linting
26
- run: pre-commit run --all-files
+ run: |
27
+ pre-commit sample-config > .pre-commit-config.yaml
28
+ pre-commit run --all-files
0 commit comments