Skip to content

Commit 6a28918

Browse files
committed
Add optim module to fortitude linting in static analysis workflow.
1 parent ef302d9 commit 6a28918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/static_analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
cd ${{ github.workspace }}
101101
. ftorch_venv/bin/activate
102102
fortitude check src/ftorch.F90
103+
fortitude check src/ftorch_optim.F90
103104
fortitude check src/ftorch_test_utils.f90
104105
105106
# Apply C++ and C linter and formatter, clang

0 commit comments

Comments
 (0)