File tree Expand file tree Collapse file tree 9 files changed +20
-0
lines changed Expand file tree Collapse file tree 9 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 88 paths :
99 - " .github/workflows/check-action-metadata-task.ya?ml"
1010 - " action.ya?ml"
11+ - " .npmrc"
1112 - " package.json"
1213 - " package-lock.json"
1314 - " Taskfile.ya?ml"
1415 pull_request :
1516 paths :
1617 - " .github/workflows/check-action-metadata-task.ya?ml"
1718 - " action.ya?ml"
19+ - " .npmrc"
1820 - " package.json"
1921 - " package-lock.json"
2022 - " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 88 paths :
99 - " .github/workflows/check-markdown-task.ya?ml"
1010 - " .markdown-link-check.json"
11+ - " .npmrc"
1112 - " package.json"
1213 - " package-lock.json"
1314 - " Taskfile.ya?ml"
2021 paths :
2122 - " .github/workflows/check-markdown-task.ya?ml"
2223 - " .markdown-link-check.json"
24+ - " .npmrc"
2325 - " package.json"
2426 - " package-lock.json"
2527 - " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 77 push :
88 paths :
99 - " .github/workflows/check-npm-task.ya?ml"
10+ - " **/.npmrc"
1011 - " **/package.json"
1112 - " **/package-lock.json"
1213 - " Taskfile.ya?ml"
1314 pull_request :
1415 paths :
1516 - " .github/workflows/check-npm-task.ya?ml"
17+ - " **/.npmrc"
1618 - " **/package.json"
1719 - " **/package-lock.json"
1820 - " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 77 push :
88 paths :
99 - " .github/workflows/check-prettier-formatting-task.ya?ml"
10+ - " .npmrc"
1011 - " Taskfile.ya?ml"
1112 - " **/.prettierignore"
1213 - " **/.prettierrc*"
103104 pull_request :
104105 paths :
105106 - " .github/workflows/check-prettier-formatting-task.ya?ml"
107+ - " .npmrc"
106108 - " Taskfile.ya?ml"
107109 - " **/.prettierignore"
108110 - " **/.prettierrc*"
Original file line number Diff line number Diff line change 77 push :
88 paths :
99 - " .github/workflows/check-taskfiles.ya?ml"
10+ - " .npmrc"
1011 - " package.json"
1112 - " package-lock.json"
1213 - " **/Taskfile.ya?ml"
1314 pull_request :
1415 paths :
1516 - " .github/workflows/check-taskfiles.ya?ml"
17+ - " .npmrc"
1618 - " package.json"
1719 - " package-lock.json"
1820 - " **/Taskfile.ya?ml"
Original file line number Diff line number Diff line change 77 push :
88 paths :
99 - " .github/workflows/check-toc-task.ya?ml"
10+ - " .npmrc"
1011 - " package.json"
1112 - " package-lock.json"
1213 - " README.md"
1314 pull_request :
1415 paths :
1516 - " .github/workflows/check-toc-task.ya?ml"
17+ - " .npmrc"
1618 - " package.json"
1719 - " package-lock.json"
1820 - " README.md"
Original file line number Diff line number Diff line change 66 push :
77 paths :
88 - " .github/workflows/*.ya?ml"
9+ - " .npmrc"
910 - " package.json"
1011 - " package-lock.json"
1112 - " Taskfile.ya?ml"
1213 pull_request :
1314 paths :
1415 - " .github/workflows/*.ya?ml"
16+ - " .npmrc"
1517 - " package.json"
1618 - " package-lock.json"
1719 - " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 77 paths :
88 - " .github/workflows/sync-labels-npm.ya?ml"
99 - " .github/label-configuration-files/*.ya?ml"
10+ - " .npmrc"
1011 - " package.json"
1112 - " package-lock.json"
1213 pull_request :
1314 paths :
1415 - " .github/workflows/sync-labels-npm.ya?ml"
1516 - " .github/label-configuration-files/*.ya?ml"
17+ - " .npmrc"
1618 - " package.json"
1719 - " package-lock.json"
1820 schedule :
Original file line number Diff line number Diff line change 1+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/npm/.npmrc
2+ # See: https://docs.npmjs.com/cli/configuring-npm/npmrc
3+
4+ engine-strict = true
You can’t perform that action at this time.
0 commit comments