Skip to content

Commit 804d755

Browse files
committed
fix?
1 parent 14ff8ec commit 804d755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Lint the full source
3232
run: |
3333
shopt -s expand_aliases
34-
alias lintsource='find ./src -type f -not -name '*nvtx*' -exec command fortitude check {} \;' |
35-
lintsource |
34+
alias lintsource='find ./src -type f -not -name '*nvtx*' -exec command fortitude check {} \;'
35+
lintsource
3636
lintsource | wc -l | xargs -I{} sh -c '[ {} -gt 0 ] && exit 1 || exit 0'
3737
3838
- name: No double precision intrinsics

0 commit comments

Comments
 (0)