File tree Expand file tree Collapse file tree 2 files changed +15880
-10060
lines changed Expand file tree Collapse file tree 2 files changed +15880
-10060
lines changed Original file line number Diff line number Diff line change 3838 steps :
3939 - name : checkout
4040 uses : actions/checkout@v4
41-
41+ # Checkout local version of master files to enable parallel updating.
42+ # Remove this after testing
43+ - name : Checkout CIF master files
44+ uses : actions/checkout@v4
45+ with :
46+ repository : COMCIFS/cif_core
47+ ref : master
48+ path : cif-dictionaries/cif_core
49+ - name : Checkout multiblock files
50+ uses : actions/checkout@v4
51+ with :
52+ repository : COMCIFS/MultiBlock_Dictionary
53+ ref : main
54+ path : cif-dictionaries/multiblock
55+ - name : Checkout Twinning dictionary
56+ uses : actions/checkout@v4
57+ with :
58+ repository : COMCIFS/Twinning_Dictionary
59+ ref : main
60+ path : cif-dictionaries/twinning
4261 - name : check_ddlm
4362 uses : COMCIFS/dictionary_check_action@main
4463 id : ddlm_check
You can’t perform that action at this time.
0 commit comments