Run tests based on labels (#10456)
This commit is contained in:
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@@ -18,5 +18,13 @@ jobs:
|
||||
python -m pip install pre-commit
|
||||
pre-commit install
|
||||
|
||||
- name: Linting
|
||||
- name: Run pre-commit checks
|
||||
run: 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
|
||||
with:
|
||||
source: sgl-kernel
|
||||
extensions: h,c,cpp,hpp,cu,cuh,cc
|
||||
clangFormatVersion: 18
|
||||
style: file
|
||||
|
||||
Reference in New Issue
Block a user