mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
fix check-schema workflow
This commit is contained in:
parent
8a49a02e57
commit
00e770a310
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -40,7 +40,10 @@ jobs:
|
||||||
name: ci
|
name: ci
|
||||||
instance: https://cache.icewind.me
|
instance: https://cache.icewind.me
|
||||||
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
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: |
|
- run: |
|
||||||
git diff
|
git diff
|
||||||
git diff-index --quiet HEAD --
|
git diff-index --quiet HEAD --
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue