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

add ci job to check if schema is up to date

This commit is contained in:
Robin Appelman 2024-05-06 15:34:49 +02:00
commit f8651c22ff
5 changed files with 26 additions and 5 deletions

View file

@ -9,4 +9,6 @@ final: prev: {
${final.demostf-parser-codegen}/bin/codegen ${../test_data/short-2024.dem} props > $out
${final.rustfmt}/bin/rustfmt $out
'';
demostf-parser-schema = final.callPackage ./schema.nix {};
}