File tree Expand file tree Collapse file tree 10 files changed +21
-0
lines changed Expand file tree Collapse file tree 10 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 55 push :
66 paths :
77 - " .github/workflows/check-action-metadata-task.ya?ml"
8+ - " .npmrc"
89 - " action.ya?ml"
910 - " package.json"
1011 - " package-lock.json"
1112 - " Taskfile.ya?ml"
1213 pull_request :
1314 paths :
1415 - " .github/workflows/check-action-metadata-task.ya?ml"
16+ - " .npmrc"
1517 - " action.ya?ml"
1618 - " package.json"
1719 - " package-lock.json"
Original file line number Diff line number Diff line change 77 paths :
88 - " .github/workflows/check-markdown-task.ya?ml"
99 - " .markdown-link-check.json"
10+ - " .npmrc"
1011 - " package.json"
1112 - " package-lock.json"
1213 - " Taskfile.ya?ml"
1920 paths :
2021 - " .github/workflows/check-markdown-task.ya?ml"
2122 - " .markdown-link-check.json"
23+ - " .npmrc"
2224 - " package.json"
2325 - " package-lock.json"
2426 - " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 1212 - " .licensed.ya?ml"
1313 - " Taskfile.ya?ml"
1414 - " **/.gitmodules"
15+ - " **/.npmrc"
1516 - " **/package.json"
1617 - " **/package-lock.json"
1718 pull_request :
2223 - " .licensed.ya?ml"
2324 - " Taskfile.ya?ml"
2425 - " **/.gitmodules"
26+ - " **/.npmrc"
2527 - " **/package.json"
2628 - " **/package-lock.json"
2729 schedule :
Original file line number Diff line number Diff line change 66 push :
77 paths :
88 - " .github/workflows/check-npm-task.ya?ml"
9+ - " **/.npmrc"
910 - " **/package.json"
1011 - " **/package-lock.json"
1112 - " Taskfile.ya?ml"
1213 pull_request :
1314 paths :
1415 - " .github/workflows/check-npm-task.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/check-prettier-formatting-task.ya?ml"
99 - " Taskfile.ya?ml"
10+ - " **/.npmrc"
1011 - " **/.prettierignore"
1112 - " **/.prettierrc*"
1213 # CSS
103104 paths :
104105 - " .github/workflows/check-prettier-formatting-task.ya?ml"
105106 - " Taskfile.ya?ml"
107+ - " **/.npmrc"
106108 - " **/.prettierignore"
107109 - " **/.prettierrc*"
108110 # CSS
Original file line number Diff line number Diff line change 66 paths :
77 - " .github/workflows/check-tsconfig-task.ya?ml"
88 - " **/tsconfig*.json"
9+ - " .npmrc"
910 - " package.json"
1011 - " package-lock.json"
1112 - " Taskfile.ya?ml"
1213 pull_request :
1314 paths :
1415 - " .github/workflows/check-tsconfig-task.ya?ml"
1516 - " **/tsconfig*.json"
17+ - " .npmrc"
1618 - " package.json"
1719 - " package-lock.json"
1820 - " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 77 - " .github/workflows/check-typescript-task.ya?ml"
88 - " .eslintignore"
99 - " **/.eslintrc*"
10+ - " .npmrc"
1011 - " package.json"
1112 - " package-lock.json"
1213 - " Taskfile.ya?ml"
2122 - " .github/workflows/check-typescript-task.ya?ml"
2223 - " .eslintignore"
2324 - " **/.eslintrc*"
25+ - " .npmrc"
2426 - " package.json"
2527 - " package-lock.json"
2628 - " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 1111 paths :
1212 - " .github/workflows/sync-labels-npm.ya?ml"
1313 - " .github/label-configuration-files/*.ya?ml"
14+ - " .npmrc"
1415 - " package.json"
1516 - " package-lock.json"
1617 pull_request :
1718 paths :
1819 - " .github/workflows/sync-labels-npm.ya?ml"
1920 - " .github/label-configuration-files/*.ya?ml"
21+ - " .npmrc"
2022 - " package.json"
2123 - " package-lock.json"
2224 schedule :
Original file line number Diff line number Diff line change 44 push :
55 paths :
66 - " .github/workflows/test-typescript-task.ya?ml"
7+ - " .npmrc"
78 - " jest.config.js"
89 - " package.json"
910 - " package-lock.json"
1718 pull_request :
1819 paths :
1920 - " .github/workflows/test-typescript-task.ya?ml"
21+ - " .npmrc"
2022 - " jest.config.js"
2123 - " package.json"
2224 - " package-lock.json"
Original file line number Diff line number Diff line change 1+ # See: https://docs.npmjs.com/cli/configuring-npm/npmrc
2+
3+ engine-strict = true
You can’t perform that action at this time.
0 commit comments