We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de09a8d commit a8cb5dcCopy full SHA for a8cb5dc
1 file changed
.github/workflows/sync-precommit-config.yaml
@@ -28,13 +28,13 @@ jobs:
28
- name: Extract config from script
29
run: bash global/extract_config.sh
30
31
- - name: Validate YAML syntax
32
- run: |
33
- if command -v yamllint >/dev/null 2>&1; then
34
- yamllint global/precommitFile/.pre-commit-config.yaml
35
- else
36
- python3 -c "import yaml; yaml.safe_load(open('global/precommitFile/.pre-commit-config.yaml'))"
37
- fi
+ # - name: Validate YAML syntax
+ # run: |
+ # if command -v yamllint >/dev/null 2>&1; then
+ # yamllint global/precommitFile/.pre-commit-config.yaml
+ # else
+ # python3 -c "import yaml; yaml.safe_load(open('global/precommitFile/.pre-commit-config.yaml'))"
+ # fi
38
39
# - name: Copy updated pre-commit config to root
40
# run: |
0 commit comments