Skip to content

Commit 5a1cb73

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

11 files changed

+465
-363
lines changed

Diff for: .editorconfig

-60
This file was deleted.

Diff for: .github/workflows/check-shell-task.yml

-177
This file was deleted.

Diff for: .github/workflows/check-taskfiles.yml

+3
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)