This commit is contained in:
hu55a1n1 2023-12-05 09:08:45 -08:00
parent bd0742cd84
commit 2511684256

View file

@ -64,11 +64,17 @@ jobs:
command: clippy command: clippy
args: -- -D warnings args: -- -D warnings
- name: Generate Schema - name: Generate Schema (for cofi-karma-game)
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: schema command: schema
args: --locked args: --locked -p cofi-karma-game
- name: Generate Schema (for cw-tee-mtcs)
uses: actions-rs/cargo@v1
with:
command: schema
args: --locked -p cw-tee-mtcs
- name: Schema Changes - name: Schema Changes
# fails if any changes not committed # fails if any changes not committed