Skip to content

Commit

Permalink
Merge pull request #31 from MatteoPologruto/release-CI
Browse files Browse the repository at this point in the history
Add CI workflow to publish releases
  • Loading branch information
MatteoPologruto authored Nov 21, 2022
2 parents 8a0c558 + e3c4d7e commit 5a1cb73
Show file tree
Hide file tree
Showing 11 changed files with 465 additions and 363 deletions.
60 changes: 0 additions & 60 deletions .editorconfig

This file was deleted.

177 changes: 0 additions & 177 deletions .github/workflows/check-shell-task.yml

This file was deleted.

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
Loading

0 comments on commit 5a1cb73

Please # to comment.