mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-25 19:55:28 +02:00
ci: added treefmt workflow to gha and removed from buildbot
This commit is contained in:
parent
e1e4bb83f1
commit
cfdbf72664
2 changed files with 21 additions and 4 deletions
|
@ -7,10 +7,6 @@
|
|||
perSystem =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
ci.buildbot = {
|
||||
inherit (config.checks) treefmt;
|
||||
};
|
||||
|
||||
treefmt.config = {
|
||||
projectRootFile = "flake.nix";
|
||||
flakeCheck = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue