Skip to content

Commit 11a2723

Browse files
committed
Make "Check Taskfiles" paths filter cover taskfiles in subfolders
The "Check Taskfiles" GitHub Actions workflow is intended to be usable in any project with the minimum amount of configuration. For this reason, it is configured to check all taskfiles in the repository that use the standard file name. Even though this repository is not likely to contain such, another project might.
1 parent 23eda5f commit 11a2723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-taskfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
matrix:
2929
file:
30-
- ./Taskfile.yml
30+
- ./**/Taskfile.yml
3131

3232
steps:
3333
- name: Checkout repository

0 commit comments

Comments
 (0)