Try add back no-commit-to-branch (#11799)
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
pre-commit install
|
||||
|
||||
- name: Run pre-commit checks
|
||||
run: pre-commit run --all-files --show-diff-on-failure
|
||||
run: SKIP=no-commit-to-branch pre-commit run --all-files --show-diff-on-failure
|
||||
|
||||
- name: Run sgl-kernel clang-format checks
|
||||
uses: DoozyX/clang-format-lint-action@v0.18.1
|
||||
|
||||
Reference in New Issue
Block a user