Skip to content

Commit 18e5898

Browse files
committed
Update file filter
1 parent c2fbe2d commit 18e5898

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: modules/hooks.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -2234,10 +2234,11 @@ in
22342234
circleci =
22352235
{
22362236
name = "circleci";
2237-
description = "Validate CircleCI config";
2237+
description = "Validate CircleCI config files.";
22382238
package = tools.circleci-cli;
22392239
entry = "${hooks.circleci.package}/bin/circleci config validate";
2240-
files = "^\.circleci/*\.yml$";
2240+
files = "^.circleci/";
2241+
types = [ "yaml" ];
22412242
};
22422243
clang-format =
22432244
{

0 commit comments

Comments
 (0)