mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
Add a "check-config" command to validate config files & tests for it
This commit is contained in:
parent
70ee206031
commit
26ba489aa3
24 changed files with 492 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Keep sorted
|
||||
{ buildPlatform
|
||||
, default
|
||||
, cargo-insta
|
||||
, engage
|
||||
, inputs
|
||||
, jq
|
||||
|
|
@ -28,6 +29,7 @@ mkShell {
|
|||
inputs.fenix.packages.${buildPlatform.system}.latest.rustfmt
|
||||
|
||||
# Keep sorted
|
||||
cargo-insta
|
||||
engage
|
||||
jq
|
||||
lychee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue