Skip to content

Commit 64eb9be

Browse files
committed
Correct path to the DDLm reference dictionary
1 parent 27c656d commit 64eb9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
for file in main/*.dic
161161
do
162162
echo "Checking $file"
163-
julia -O0 ./julia_cif_tools/linter.jl -i $PWD/cif_core $file cif_core/ddl.dic
163+
julia -O0 ./julia_cif_tools/linter.jl -i $PWD/cif_core $file $PWD/DDLm/ddl.dic
164164
if [ $? != 0 ]
165165
then
166166
exit 1 ;

0 commit comments

Comments
 (0)