Skip to content

Commit a8cb5dc

Browse files
DevOpsDevOps
authored andcommitted
feat: sync the updated precommitfiles
1 parent de09a8d commit a8cb5dc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/sync-precommit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
- name: Extract config from script
2929
run: bash global/extract_config.sh
3030

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
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
3838

3939
# - name: Copy updated pre-commit config to root
4040
# run: |

0 commit comments

Comments
 (0)