Skip to content

Commit

Permalink
Add DistTasks.yml to check-taskfiles workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPologruto committed Nov 18, 2022
1 parent f44422b commit e3c4d7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-taskfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ on:
- "package.json"
- "package-lock.json"
- "**/Taskfile.ya?ml"
- "**/DistTasks.ya?ml"
pull_request:
paths:
- ".github/workflows/check-taskfiles.ya?ml"
- "package.json"
- "package-lock.json"
- "**/Taskfile.ya?ml"
- "**/DistTasks.ya?ml"
schedule:
# Run every Tuesday at 8 AM UTC to catch breakage resulting from changes to the JSON schema.
- cron: "0 8 * * TUE"
Expand All @@ -37,6 +39,7 @@ jobs:
file:
# TODO: add paths to any additional Taskfiles here
- ./**/Taskfile.yml
- ./**/DistTasks.yml

steps:
- name: Checkout repository
Expand Down

0 comments on commit e3c4d7e

Please # to comment.