mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-19 18:25:11 +02:00
ci/buildbot: build treefmt checks
This commit is contained in:
parent
bd295bd399
commit
97819ce539
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
ci.buildbot = {
|
||||||
|
inherit (config.checks) treefmt;
|
||||||
|
};
|
||||||
|
|
||||||
treefmt.config = {
|
treefmt.config = {
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
flakeCheck = true;
|
flakeCheck = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue