Skip to content

Commit 0e81e55

Browse files
committed
Add OpenCRE generation to checklist workflow
1 parent 68df829 commit 0e81e55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-checklists.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Generate JSON Checklist
3535
run: |
3636
npm run-script jsongen
37+
npm run-script opencregen
3738
git update-index -q --refresh
3839
if ! git diff-index --quiet HEAD --; then
3940
echo "CHANGED=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)