1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

fix check-schema workflow

This commit is contained in:
Robin Appelman 2025-02-19 20:59:57 +01:00
commit 00e770a310

View file

@ -40,7 +40,10 @@ jobs:
name: ci
instance: https://cache.icewind.me
authToken: "${{ secrets.ATTIC_TOKEN }}"
- run: nix run .#demostf-parser-schema > schema.json
- name: Generate schema
run: |
nix run .#demostf-parser-schema > schema.json
nix fmt
- run: |
git diff
git diff-index --quiet HEAD --