Update lint.yaml

This commit is contained in:
2024-02-27 11:17:01 +01:00
committed by GitHub
parent 5e1e0ed1d1
commit fb454de053

View File

@@ -16,7 +16,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
thread-comments: false thread-comments: false
extensions: h,cpp,cu,hpp step-summary: true
extensions: h,c,hpp,cpp,cuh,cu
- name: Fail fast?! - name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0 if: steps.linter.outputs.checks-failed > 0
run: echo "Some files failed the linting checks!" run: exit 1