We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5063ac3 commit e682532Copy full SHA for e682532
.github/workflows/gfortran.yml
@@ -35,13 +35,14 @@ jobs:
35
steps:
36
- uses: actions/checkout@v4
37
- uses: actions/setup-python@v5
38
+ with:
39
+ python-version: '3.11'
40
41
- name: Install fprettify dependencies
42
run: pip install configargparse
43
44
- name: Run fprettify
45
run: |
- which python && python --version
46
./autoformat.py
47
f=`git ls-files -m`; if [[ -n $f ]];then echo -e "ERROR: Detected unformatted files:\n$f";exit 1;fi
48
echo "All Fortran files in src/ are formatted correctly!"
0 commit comments