Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a1cb73

Browse files
authoredNov 21, 2022
Merge pull request #31 from MatteoPologruto/release-CI
Add CI workflow to publish releases
2 parents 8a0c558 + e3c4d7e commit 5a1cb73

File tree

11 files changed

+465
-363
lines changed

11 files changed

+465
-363
lines changed
 

‎.editorconfig

Lines changed: 0 additions & 60 deletions
This file was deleted.

‎.github/workflows/check-shell-task.yml

Lines changed: 0 additions & 177 deletions
This file was deleted.

‎.github/workflows/check-taskfiles.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ on:
1313
- "package.json"
1414
- "package-lock.json"
1515
- "**/Taskfile.ya?ml"
16+
- "**/DistTasks.ya?ml"
1617
pull_request:
1718
paths:
1819
- ".github/workflows/check-taskfiles.ya?ml"
1920
- "package.json"
2021
- "package-lock.json"
2122
- "**/Taskfile.ya?ml"
23+
- "**/DistTasks.ya?ml"
2224
schedule:
2325
# Run every Tuesday at 8 AM UTC to catch breakage resulting from changes to the JSON schema.
2426
- cron: "0 8 * * TUE"
@@ -37,6 +39,7 @@ jobs:
3739
file:
3840
# TODO: add paths to any additional Taskfiles here
3941
- ./**/Taskfile.yml
42+
- ./**/DistTasks.yml
4043

4144
steps:
4245
- name: Checkout repository

0 commit comments

Comments
 (0)
Please sign in to comment.