mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
move ci job scipts into an actual script
This will make it possible/easier to: * share code between jobs * run jobs locally
This commit is contained in:
parent
d4ffa78979
commit
540cc89c83
3 changed files with 57 additions and 6 deletions
|
|
@ -8,6 +8,7 @@
|
|||
, markdownlint-cli
|
||||
, mdbook
|
||||
, mkShell
|
||||
, ripgrep
|
||||
, stdenv
|
||||
, toolchain
|
||||
}:
|
||||
|
|
@ -35,6 +36,7 @@ mkShell {
|
|||
lychee
|
||||
markdownlint-cli
|
||||
mdbook
|
||||
ripgrep
|
||||
toolchain
|
||||
]
|
||||
++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue