mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
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:
parent
8b49874f43
commit
1893f5439e
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue