Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zhaoyu6
sglang
Commits
dbbd4e18
"vscode:/vscode.git/clone" did not exist on "8ea65187d948021a83f1a14f81e47e167b576df5"
Unverified
Commit
dbbd4e18
authored
Oct 18, 2025
by
fzyzcjy
Committed by
GitHub
Oct 18, 2025
Browse files
Try add back no-commit-to-branch (#11799)
parent
ca240eef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.github/workflows/lint.yml
.github/workflows/lint.yml
+1
-1
.pre-commit-config.yaml
.pre-commit-config.yaml
+1
-0
No files found.
.github/workflows/lint.yml
View file @
dbbd4e18
...
@@ -23,7 +23,7 @@ jobs:
...
@@ -23,7 +23,7 @@ jobs:
pre-commit install
pre-commit install
-
name
:
Run pre-commit checks
-
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
-
name
:
Run sgl-kernel clang-format checks
uses
:
DoozyX/clang-format-lint-action@v0.18.1
uses
:
DoozyX/clang-format-lint-action@v0.18.1
...
...
.pre-commit-config.yaml
View file @
dbbd4e18
...
@@ -17,6 +17,7 @@ repos:
...
@@ -17,6 +17,7 @@ repos:
-
id
:
check-shebang-scripts-are-executable
-
id
:
check-shebang-scripts-are-executable
-
id
:
detect-private-key
-
id
:
detect-private-key
-
id
:
debug-statements
-
id
:
debug-statements
-
id
:
no-commit-to-branch
-
repo
:
https://github.com/PyCQA/isort
-
repo
:
https://github.com/PyCQA/isort
rev
:
5.13.2
rev
:
5.13.2
hooks
:
hooks
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment