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 1b292bd commit 7007ee7Copy full SHA for 7007ee7
.github/workflows/lint-source.yml
@@ -28,12 +28,6 @@ jobs:
28
- name: Initialize MFC
29
run: ./mfc.sh init
30
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
-
37
- name: Looking for raw directives
38
run: |
39
! grep -iR '!\$acc\|!\$omp' --exclude="parallel_macros.fpp" --exclude="syscheck.fpp" ./src/*
0 commit comments