Skip to content

Commit 7626ea3

Browse files
authored
Merge branch 'master' into Update-PD_CALIBRATION
2 parents cb231f9 + 8447ca9 commit 7626ea3

File tree

2 files changed

+1100
-316
lines changed

2 files changed

+1100
-316
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
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
2020
jobs:
@@ -27,7 +27,7 @@ jobs:
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
@@ -43,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)