File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 55 push :
66 paths :
77 - " .github/workflows/check-dependabot.yml"
8+ - " package.json"
9+ - " package-lock.json"
810 - " Taskfile.ya?ml"
911 - " **/dependabot.ya?ml"
1012 pull_request :
1113 paths :
1214 - " .github/workflows/check-dependabot.yml"
15+ - " package.json"
16+ - " package-lock.json"
1317 - " Taskfile.ya?ml"
1418 - " **/dependabot.ya?ml"
1519 schedule :
2731 - name : Checkout repository
2832 uses : actions/checkout@v4
2933
34+ - name : Setup Node.js
35+ uses : actions/setup-node@v4
36+ with :
37+ node-version-file : package.json
38+
3039 - name : Install Task
3140 uses : arduino/setup-task@v2
3241 with :
Original file line number Diff line number Diff line change 66 paths :
77 - " .github/workflows/check-issue-templates.yml"
88 - " issue-templates/forms/**.ya?ml"
9+ - " package.json"
10+ - " package-lock.json"
911 - " Taskfile.ya?ml"
1012 pull_request :
1113 paths :
1214 - " .github/workflows/check-issue-templates.yml"
1315 - " issue-templates/forms/**.ya?ml"
16+ - " package.json"
17+ - " package-lock.json"
1418 - " Taskfile.ya?ml"
1519 schedule :
1620 # Run every Tuesday at 8 AM UTC to catch breakage resulting from changes to the JSON schema.
2731 - name : Checkout repository
2832 uses : actions/checkout@v4
2933
34+ - name : Setup Node.js
35+ uses : actions/setup-node@v4
36+ with :
37+ node-version-file : package.json
38+
3039 - name : Install Task
3140 uses : arduino/setup-task@v2
3241 with :
Original file line number Diff line number Diff line change 77 - " .github/workflows/check-labels.yml"
88 - " workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json"
99 - " workflow-templates/assets/sync-labels/*.ya?ml"
10+ - " package.json"
11+ - " package-lock.json"
1012 - " Taskfile.ya?ml"
1113 pull_request :
1214 paths :
1315 - " .github/workflows/check-labels.yml"
1416 - " workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json"
1517 - " workflow-templates/assets/sync-labels/*.ya?ml"
18+ - " package.json"
19+ - " package-lock.json"
1620 - " Taskfile.ya?ml"
1721 schedule :
1822 # Run periodically to catch breakage caused by external changes.
2933 - name : Checkout repository
3034 uses : actions/checkout@v4
3135
36+ - name : Setup Node.js
37+ uses : actions/setup-node@v4
38+ with :
39+ node-version-file : package.json
40+
3241 - name : Install Task
3342 uses : arduino/setup-task@v2
3443 with :
Original file line number Diff line number Diff line change 55 push :
66 paths :
77 - " .github/workflows/check-markdownlint.yml"
8+ - " package.json"
9+ - " package-lock.json"
810 - " Taskfile.ya?ml"
911 - " **/.markdownlint*"
1012 pull_request :
1113 paths :
1214 - " .github/workflows/check-markdownlint.yml"
15+ - " package.json"
16+ - " package-lock.json"
1317 - " Taskfile.ya?ml"
1418 - " **/.markdownlint*"
1519 schedule :
2731 - name : Checkout repository
2832 uses : actions/checkout@v4
2933
34+ - name : Setup Node.js
35+ uses : actions/setup-node@v4
36+ with :
37+ node-version-file : package.json
38+
3039 - name : Install Task
3140 uses : arduino/setup-task@v2
3241 with :
You can’t perform that action at this time.
0 commit comments