Skip to content

Commit c2fbe2d

Browse files
committed
Look for changes on all files inside .circleci
1 parent 231e0ee commit c2fbe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@ in
22372237
description = "Validate CircleCI config";
22382238
package = tools.circleci-cli;
22392239
entry = "${hooks.circleci.package}/bin/circleci config validate";
2240-
files = "^\.circleci/config\.yml$";
2240+
files = "^\.circleci/*\.yml$";
22412241
};
22422242
clang-format =
22432243
{

0 commit comments

Comments
 (0)