Skip to content

Commit 7007ee7

Browse files
authored
Update lint-source.yml
1 parent 1b292bd commit 7007ee7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/lint-source.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
- name: Initialize MFC
2929
run: ./mfc.sh init
3030

31-
- name: Lint the full source
32-
run: |
33-
source build/venv/bin/activate
34-
find ./src -type f -not -name '*nvtx*' -exec sh -c 'fortitude check "$1" | grep -v E001' _ {} \;
35-
find ./src -type f -not -name '*nvtx*' -exec sh -c 'fortitude check "$1" | grep -v E001' _ {} \; | wc -l | xargs -I{} sh -c '[ {} -gt 0 ] && exit 1 || exit 0'
36-
3731
- name: Looking for raw directives
3832
run: |
3933
! grep -iR '!\$acc\|!\$omp' --exclude="parallel_macros.fpp" --exclude="syscheck.fpp" ./src/*

0 commit comments

Comments
 (0)