mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-05 17:34:21 +00:00
Update lint.yaml
This commit is contained in:
5
.github/workflows/lint.yaml
vendored
5
.github/workflows/lint.yaml
vendored
@@ -16,7 +16,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
thread-comments: false
|
||||
extensions: h,cpp,cu,hpp
|
||||
step-summary: true
|
||||
extensions: h,c,hpp,cpp,cuh,cu
|
||||
- name: Fail fast?!
|
||||
if: steps.linter.outputs.checks-failed > 0
|
||||
run: echo "Some files failed the linting checks!"
|
||||
run: exit 1
|
||||
|
||||
Reference in New Issue
Block a user