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
change
sglang
Commits
41a0ccd4
Unverified
Commit
41a0ccd4
authored
Jan 20, 2025
by
Ke Bao
Committed by
GitHub
Jan 20, 2025
Browse files
Add clang-format check to sgl-kernel ci (#3012)
parent
e94fb7cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.github/workflows/pr-test-sgl-kernel.yml
.github/workflows/pr-test-sgl-kernel.yml
+14
-0
No files found.
.github/workflows/pr-test-sgl-kernel.yml
View file @
41a0ccd4
...
@@ -16,6 +16,20 @@ concurrency:
...
@@ -16,6 +16,20 @@ concurrency:
cancel-in-progress
:
true
cancel-in-progress
:
true
jobs
:
jobs
:
lint
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v3
-
name
:
Check clang-format
uses
:
DoozyX/clang-format-lint-action@v0.18.1
with
:
source
:
sgl-kernel
extensions
:
h,c,cpp,hpp,cu,cuh,cc
clangFormatVersion
:
16
style
:
file
unit-test
:
unit-test
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on
:
1-gpu-runner
runs-on
:
1-gpu-runner
...
...
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