We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ff8ec commit 804d755Copy full SHA for 804d755
.github/workflows/lint-source.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Lint the full source
32
run: |
33
shopt -s expand_aliases
34
- alias lintsource='find ./src -type f -not -name '*nvtx*' -exec command fortitude check {} \;' |
35
- lintsource |
+ alias lintsource='find ./src -type f -not -name '*nvtx*' -exec command fortitude check {} \;'
+ lintsource
36
lintsource | wc -l | xargs -I{} sh -c '[ {} -gt 0 ] && exit 1 || exit 0'
37
38
- name: No double precision intrinsics
0 commit comments