File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 37
37
- run : uv run --frozen pre-commit run --show-diff-on-failure --color=always --all-files --source ${{ github.event.pull_request.base.sha || github.event.before }} --origin ${{ github.event.pull_request.head.sha || github.event.after }}
38
38
shell : bash
39
39
env :
40
- SKIP : disallowed-words-check, circleci_validate
40
+ SKIP : circleci_validate
41
41
42
42
- uses : stefanzweifel/git-auto-commit-action@v5
43
43
# Always commit changes even if pre-commit failed
Original file line number Diff line number Diff line change @@ -86,11 +86,12 @@ repos:
86
86
87
87
- repo : " local"
88
88
hooks :
89
- - id : disallowed-words-check
90
- name : Check for disallowed words
91
- entry : scripts/disallowed-words-check.sh
92
- language : script
93
- files : ' ' # Check all files
89
+ # Disabled as part of LFS removal.
90
+ # - id: disallowed-words-check
91
+ # name: Check for disallowed words
92
+ # entry: scripts/disallowed-words-check.sh
93
+ # language: script
94
+ # files: '' # Check all files
94
95
- id : generate-runner-imports
95
96
name : Generate Runner Imports
96
97
entry : bash -c "uv run --frozen python -m codegen.gscli.cli generate runner-imports src/codegen/shared/compilation/function_imports.py"
You can’t perform that action at this time.
0 commit comments