File tree 7 files changed +15
-0
lines changed
7 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 16
16
- " **.mkdn"
17
17
- " **.mdown"
18
18
- " **.markdown"
19
+ - " **/.npmrc"
19
20
pull_request :
20
21
paths :
21
22
- " .github/workflows/check-markdown-task.ya?ml"
28
29
- " **.mkdn"
29
30
- " **.mdown"
30
31
- " **.markdown"
32
+ - " **/.npmrc"
31
33
schedule :
32
34
# Run every Tuesday at 8 AM UTC to catch breakage caused by external changes.
33
35
- cron : " 0 8 * * TUE"
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 8
8
- " .github/workflows/check-taskfiles.ya?ml"
9
9
- " package.json"
10
10
- " package-lock.json"
11
+ - " **/.npmrc"
11
12
- " **/Taskfile.ya?ml"
12
13
- " **/DistTasks.ya?ml"
13
14
pull_request :
14
15
paths :
15
16
- " .github/workflows/check-taskfiles.ya?ml"
16
17
- " package.json"
17
18
- " package-lock.json"
19
+ - " **/.npmrc"
18
20
- " **/Taskfile.ya?ml"
19
21
- " **/DistTasks.ya?ml"
20
22
schedule :
Original file line number Diff line number Diff line change 9
9
- " package.json"
10
10
- " package-lock.json"
11
11
- " Taskfile.ya?ml"
12
+ - " **/.npmrc"
12
13
pull_request :
13
14
paths :
14
15
- " .github/workflows/*.ya?ml"
15
16
- " package.json"
16
17
- " package-lock.json"
17
18
- " Taskfile.ya?ml"
19
+ - " **/.npmrc"
18
20
schedule :
19
21
# Run every Tuesday at 8 AM UTC to catch breakage resulting from changes to the JSON schema.
20
22
- cron : " 0 8 * * TUE"
Original file line number Diff line number Diff line change 13
13
- " .github/label-configuration-files/*.ya?ml"
14
14
- " package.json"
15
15
- " package-lock.json"
16
+ - " **/.npmrc"
16
17
pull_request :
17
18
paths :
18
19
- " .github/workflows/sync-labels-npm.ya?ml"
19
20
- " .github/label-configuration-files/*.ya?ml"
20
21
- " package.json"
21
22
- " package-lock.json"
23
+ - " **/.npmrc"
22
24
schedule :
23
25
# Run daily at 8 AM UTC to sync with changes to shared label configurations.
24
26
- cron : " 0 8 * * *"
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