Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ jobs:
repository: COMCIFS/cif_core
path: cif-dictionaries/cif_core

- name: Check out the multiblock coreCIF dictionary
uses: actions/checkout@v6
with:
repository: COMCIFS/cif_multiblock
path: cif-dictionaries/cif_multiblock

- name: Check out the DDLm imgCIF dictionary
uses: actions/checkout@v6
with:
repository: COMCIFS/imgCIF
path: cif-dictionaries/imgCIF

- name: Run dictionary validity checks
uses: COMCIFS/dictionary_check_action@main
id: ddlm_check
Expand Down
Loading