workflows/check-format: run on all files
This was run on .nix files only, but we recently added keep-sorted, editorconfig-checker and actionlint to treefmt, so CI needs to check all files instead.
This commit is contained in:
@@ -63,10 +63,7 @@ let
|
|||||||
fs = pkgs.lib.fileset;
|
fs = pkgs.lib.fileset;
|
||||||
nixFilesSrc = fs.toSource {
|
nixFilesSrc = fs.toSource {
|
||||||
root = ../.;
|
root = ../.;
|
||||||
fileset = fs.difference (fs.unions [
|
fileset = fs.difference ../. (fs.maybeMissing ../.git);
|
||||||
(fs.fileFilter (file: file.hasExt "nix") ../.)
|
|
||||||
../.git-blame-ignore-revs
|
|
||||||
]) (fs.maybeMissing ../.git);
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user