mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
add ci job to check if schema is up to date
This commit is contained in:
parent
4e6d6e4b3a
commit
f8651c22ff
5 changed files with 26 additions and 5 deletions
|
|
@ -87,6 +87,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
overlayPackages = builtins.attrNames ((import ./nix/overlay.nix) {} {});
|
||||
in rec {
|
||||
packages =
|
||||
lib.attrsets.genAttrs targets (target:
|
||||
|
|
@ -101,7 +102,7 @@
|
|||
};
|
||||
}))
|
||||
// rec {
|
||||
inherit (pkgs) demostf-parser demostf-parser-codegen demostf-parser-codegen-events demostf-parser-codegen-props;
|
||||
inherit (pkgs) demostf-parser demostf-parser-codegen demostf-parser-codegen-events demostf-parser-codegen-props demostf-parser-schema;
|
||||
check = hostNaersk.buildPackage (nearskOpt
|
||||
// {
|
||||
mode = "check";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue