File tree Expand file tree Collapse file tree 2 files changed +1100
-316
lines changed
Expand file tree Collapse file tree 2 files changed +1100
-316
lines changed Original file line number Diff line number Diff line change 1414 branches : [ master ]
1515 paths-ignore :
1616 - ' .github/**'
17- workflow_dispatch :
17+ workflow_dispatch :
1818
1919# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2020jobs :
2727 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828 - name : checkout
2929 uses : actions/checkout@v4
30-
30+
3131 # Check syntax of all CIF files
3232 - name : check_syntax
3333 uses : COMCIFS/cif_syntax_check_action@master
4343 with :
4444 path : ~/.julia
4545 key : ${{ runner.os }}-julia-v2
46-
46+
4747 - name : Install Julia
4848 uses : julia-actions/setup-julia@v1
4949 with :
@@ -77,13 +77,13 @@ jobs:
7777 run : |
7878 julia -e 'using Pkg; Pkg.status()'
7979 for file in main/*.dic
80- do
80+ do
8181 echo "Checking $file"
8282 julia -O0 ./julia_cif_tools/linter.jl -i $PWD/cif_core $file cif_core/ddl.dic
83- if [ $? != 0 ]
84- then
83+ if [ $? != 0 ]
84+ then
8585 exit 1 ;
86- fi
86+ fi
8787 done
8888 ddlm :
8989 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments