File tree 10 files changed +21
-0
lines changed
10 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
paths :
7
7
- " .github/workflows/check-action-metadata-task.ya?ml"
8
+ - " .npmrc"
8
9
- " action.ya?ml"
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/check-action-metadata-task.ya?ml"
16
+ - " .npmrc"
15
17
- " action.ya?ml"
16
18
- " package.json"
17
19
- " package-lock.json"
Original file line number Diff line number Diff line change 7
7
paths :
8
8
- " .github/workflows/check-markdown-task.ya?ml"
9
9
- " .markdown-link-check.json"
10
+ - " .npmrc"
10
11
- " package.json"
11
12
- " package-lock.json"
12
13
- " Taskfile.ya?ml"
19
20
paths :
20
21
- " .github/workflows/check-markdown-task.ya?ml"
21
22
- " .markdown-link-check.json"
23
+ - " .npmrc"
22
24
- " package.json"
23
25
- " package-lock.json"
24
26
- " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 12
12
- " .licensed.ya?ml"
13
13
- " Taskfile.ya?ml"
14
14
- " **/.gitmodules"
15
+ - " **/.npmrc"
15
16
- " **/package.json"
16
17
- " **/package-lock.json"
17
18
pull_request :
22
23
- " .licensed.ya?ml"
23
24
- " Taskfile.ya?ml"
24
25
- " **/.gitmodules"
26
+ - " **/.npmrc"
25
27
- " **/package.json"
26
28
- " **/package-lock.json"
27
29
schedule :
Original file line number Diff line number Diff line change 6
6
push :
7
7
paths :
8
8
- " .github/workflows/check-npm-task.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/check-npm-task.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/check-prettier-formatting-task.ya?ml"
9
9
- " Taskfile.ya?ml"
10
+ - " **/.npmrc"
10
11
- " **/.prettierignore"
11
12
- " **/.prettierrc*"
12
13
# CSS
103
104
paths :
104
105
- " .github/workflows/check-prettier-formatting-task.ya?ml"
105
106
- " Taskfile.ya?ml"
107
+ - " **/.npmrc"
106
108
- " **/.prettierignore"
107
109
- " **/.prettierrc*"
108
110
# CSS
Original file line number Diff line number Diff line change 6
6
paths :
7
7
- " .github/workflows/check-tsconfig-task.ya?ml"
8
8
- " **/tsconfig*.json"
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/check-tsconfig-task.ya?ml"
15
16
- " **/tsconfig*.json"
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
- " .github/workflows/check-typescript-task.ya?ml"
8
8
- " .eslintignore"
9
9
- " **/.eslintrc*"
10
+ - " .npmrc"
10
11
- " package.json"
11
12
- " package-lock.json"
12
13
- " Taskfile.ya?ml"
21
22
- " .github/workflows/check-typescript-task.ya?ml"
22
23
- " .eslintignore"
23
24
- " **/.eslintrc*"
25
+ - " .npmrc"
24
26
- " package.json"
25
27
- " package-lock.json"
26
28
- " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 11
11
paths :
12
12
- " .github/workflows/sync-labels-npm.ya?ml"
13
13
- " .github/label-configuration-files/*.ya?ml"
14
+ - " .npmrc"
14
15
- " package.json"
15
16
- " package-lock.json"
16
17
pull_request :
17
18
paths :
18
19
- " .github/workflows/sync-labels-npm.ya?ml"
19
20
- " .github/label-configuration-files/*.ya?ml"
21
+ - " .npmrc"
20
22
- " package.json"
21
23
- " package-lock.json"
22
24
schedule :
Original file line number Diff line number Diff line change 4
4
push :
5
5
paths :
6
6
- " .github/workflows/test-typescript-task.ya?ml"
7
+ - " .npmrc"
7
8
- " jest.config.js"
8
9
- " package.json"
9
10
- " package-lock.json"
17
18
pull_request :
18
19
paths :
19
20
- " .github/workflows/test-typescript-task.ya?ml"
21
+ - " .npmrc"
20
22
- " jest.config.js"
21
23
- " package.json"
22
24
- " 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