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 8
8
paths :
9
9
- " .github/workflows/check-action-metadata-task.ya?ml"
10
10
- " action.ya?ml"
11
+ - " .npmrc"
11
12
- " package.json"
12
13
- " package-lock.json"
13
14
- " Taskfile.ya?ml"
14
15
pull_request :
15
16
paths :
16
17
- " .github/workflows/check-action-metadata-task.ya?ml"
17
18
- " action.ya?ml"
19
+ - " .npmrc"
18
20
- " package.json"
19
21
- " package-lock.json"
20
22
- " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 8
8
paths :
9
9
- " .github/workflows/check-markdown-task.ya?ml"
10
10
- " .markdown-link-check.json"
11
+ - " .npmrc"
11
12
- " package.json"
12
13
- " package-lock.json"
13
14
- " Taskfile.ya?ml"
20
21
paths :
21
22
- " .github/workflows/check-markdown-task.ya?ml"
22
23
- " .markdown-link-check.json"
24
+ - " .npmrc"
23
25
- " package.json"
24
26
- " package-lock.json"
25
27
- " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 7
7
push :
8
8
paths :
9
9
- " .github/workflows/check-npm-task.ya?ml"
10
+ - " **/.npmrc"
10
11
- " **/package.json"
11
12
- " **/package-lock.json"
12
13
- " Taskfile.ya?ml"
13
14
pull_request :
14
15
paths :
15
16
- " .github/workflows/check-npm-task.ya?ml"
17
+ - " **/.npmrc"
16
18
- " **/package.json"
17
19
- " **/package-lock.json"
18
20
- " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 7
7
push :
8
8
paths :
9
9
- " .github/workflows/check-prettier-formatting-task.ya?ml"
10
+ - " .npmrc"
10
11
- " Taskfile.ya?ml"
11
12
- " **/.prettierignore"
12
13
- " **/.prettierrc*"
103
104
pull_request :
104
105
paths :
105
106
- " .github/workflows/check-prettier-formatting-task.ya?ml"
107
+ - " .npmrc"
106
108
- " Taskfile.ya?ml"
107
109
- " **/.prettierignore"
108
110
- " **/.prettierrc*"
Original file line number Diff line number Diff line change 7
7
push :
8
8
paths :
9
9
- " .github/workflows/check-taskfiles.ya?ml"
10
+ - " .npmrc"
10
11
- " package.json"
11
12
- " package-lock.json"
12
13
- " **/Taskfile.ya?ml"
13
14
pull_request :
14
15
paths :
15
16
- " .github/workflows/check-taskfiles.ya?ml"
17
+ - " .npmrc"
16
18
- " package.json"
17
19
- " package-lock.json"
18
20
- " **/Taskfile.ya?ml"
Original file line number Diff line number Diff line change 7
7
push :
8
8
paths :
9
9
- " .github/workflows/check-toc-task.ya?ml"
10
+ - " .npmrc"
10
11
- " package.json"
11
12
- " package-lock.json"
12
13
- " README.md"
13
14
pull_request :
14
15
paths :
15
16
- " .github/workflows/check-toc-task.ya?ml"
17
+ - " .npmrc"
16
18
- " package.json"
17
19
- " package-lock.json"
18
20
- " README.md"
Original file line number Diff line number Diff line change 6
6
push :
7
7
paths :
8
8
- " .github/workflows/*.ya?ml"
9
+ - " .npmrc"
9
10
- " package.json"
10
11
- " package-lock.json"
11
12
- " Taskfile.ya?ml"
12
13
pull_request :
13
14
paths :
14
15
- " .github/workflows/*.ya?ml"
16
+ - " .npmrc"
15
17
- " package.json"
16
18
- " package-lock.json"
17
19
- " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 7
7
paths :
8
8
- " .github/workflows/sync-labels-npm.ya?ml"
9
9
- " .github/label-configuration-files/*.ya?ml"
10
+ - " .npmrc"
10
11
- " package.json"
11
12
- " package-lock.json"
12
13
pull_request :
13
14
paths :
14
15
- " .github/workflows/sync-labels-npm.ya?ml"
15
16
- " .github/label-configuration-files/*.ya?ml"
17
+ - " .npmrc"
16
18
- " package.json"
17
19
- " package-lock.json"
18
20
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