Commit 7ce8a74 1 parent 86fb069 commit 7ce8a74 Copy full SHA for 7ce8a74
File tree 5 files changed +41
-7
lines changed
5 files changed +41
-7
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "//@npmcli/template-oss" : " This file is automatically added by @npmcli/template-oss. Do not edit." ,
3
+ "problemMatcher" : [
4
+ {
5
+ "owner" : " tap" ,
6
+ "pattern" : [
7
+ {
8
+ "regexp" : " ^\\ s*not ok \\ d+ - (.*)" ,
9
+ "message" : 1
10
+ },
11
+ {
12
+ "regexp" : " ^\\ s*---"
13
+ },
14
+ {
15
+ "regexp" : " ^\\ s*at:"
16
+ },
17
+ {
18
+ "regexp" : " ^\\ s*line:\\ s*(\\ d+)" ,
19
+ "line" : 1
20
+ },
21
+ {
22
+ "regexp" : " ^\\ s*column:\\ s*(\\ d+)" ,
23
+ "column" : 1
24
+ },
25
+ {
26
+ "regexp" : " ^\\ s*file:\\ s*(.*)" ,
27
+ "file" : 1
28
+ }
29
+ ]
30
+ }
31
+ ]
32
+ }
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ name: Audit
5
5
on :
6
6
workflow_dispatch :
7
7
schedule :
8
- # "At 01:00 on Monday" https://crontab.guru/#0_1_ *_*_1
9
- - cron : " 0 1 * * 1"
8
+ # "At 08:00 UTC ( 01:00 PT) on Monday" https://crontab.guru/#0_8_ *_*_1
9
+ - cron : " 0 8 * * 1"
10
10
11
11
jobs :
12
12
audit :
Original file line number Diff line number Diff line change 12
12
- main
13
13
- latest
14
14
schedule :
15
- # "At 02:00 on Monday" https://crontab.guru/#0_2_ *_*_1
16
- - cron : " 0 2 * * 1"
15
+ # "At 09:00 UTC ( 02:00 PT) on Monday" https://crontab.guru/#0_9_ *_*_1
16
+ - cron : " 0 9 * * 1"
17
17
18
18
jobs :
19
19
lint :
82
82
if : ${{ !startsWith(matrix.node-version, '10.') }}
83
83
run : npm i --prefer-online --no-fund --no-audit -g npm@latest
84
84
- run : npm -v
85
+ - name : add tap problem matcher
86
+ run : echo "::add-matcher::.github/matchers/tap.json"
85
87
- run : npm i --ignore-scripts --no-audit --no-fund
86
88
- run : npm test --ignore-scripts
Original file line number Diff line number Diff line change 13
13
- main
14
14
- latest
15
15
schedule :
16
- # "At 03:00 on Monday" https://crontab.guru/#0_3_ *_*_1
17
- - cron : " 0 3 * * 1"
16
+ # "At 10:00 UTC ( 03:00 PT) on Monday" https://crontab.guru/#0_10_ *_*_1
17
+ - cron : " 0 10 * * 1"
18
18
19
19
jobs :
20
20
analyze :
Original file line number Diff line number Diff line change 44
44
},
45
45
"templateOSS" : {
46
46
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
47
- "version" : " 3.5 .0"
47
+ "version" : " 3.6 .0"
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments