mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 19:25:13 +02:00
ci/check: init
Adds a "check" CI workflow to replace buildbot. Uses nix-community/nix-github-actions to generate a job matrix as a `githubActions.matrix` flake output. This allows more customisation than simply building _all_ `checks`.
This commit is contained in:
parent
2f610f9754
commit
f57d629bb0
5 changed files with 107 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
self,
|
||||
inputs,
|
||||
helpers,
|
||||
...
|
||||
}:
|
||||
|
@ -11,4 +12,9 @@
|
|||
inherit helpers self;
|
||||
};
|
||||
};
|
||||
|
||||
# Output a build matrix for CI
|
||||
flake.githubActions = inputs.nix-github-actions.lib.mkGithubMatrix {
|
||||
inherit (self) checks;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue