File tree 4 files changed +37
-27
lines changed
4 files changed +37
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ env : {}
2
+
3
+ # FILE GENERATED WITH: npx ghat voxpelli/ghatemplates/gh-publish
4
+ # SOURCE: https://github.com/voxpelli/ghatemplates
5
+
1
6
name : Node.js Package
2
7
3
8
on :
Original file line number Diff line number Diff line change
1
+ env : {}
2
+
3
+ # FILE GENERATED WITH: npx ghat voxpelli/ghatemplates/npm-test
4
+ # SOURCE: https://github.com/voxpelli/ghatemplates
5
+ # OPTIONS: {"set":["jobs.test.strategy.matrix.node_version=[12]"]}
6
+
7
+ name : Test
8
+ on :
9
+ - push
10
+ - pull_request
11
+ jobs :
12
+ test :
13
+ name : Node ${{ matrix.node_version }} on ${{ matrix.os }}
14
+ runs-on : ${{ matrix.os }}
15
+ strategy :
16
+ fail-fast : false
17
+ matrix :
18
+ node_version :
19
+ - 12
20
+ os :
21
+ - ubuntu-latest
22
+ steps :
23
+ - uses : actions/checkout@v2
24
+ - name : Use Node.js ${{ matrix.node_version }}
25
+ uses : actions/setup-node@v2
26
+ with :
27
+ node-version : ${{ matrix.node_version }}
28
+ - run : npm install
29
+ - run : npm run build --if-present
30
+ - run : npm test
Original file line number Diff line number Diff line change 16
16
"repos-all" : " VP_ESLINT_TESTER_ALL=true eslint-remote-tester" ,
17
17
"repos-almost" : " VP_ESLINT_TESTER_ALMOST=true eslint-remote-tester" ,
18
18
"repos-current" : " eslint-remote-tester" ,
19
+ "sync-gh-actions" : " ghat" ,
19
20
"test" : " installed-check -i eslint && eslint . && eslint-remote-tester"
20
21
},
21
22
"husky" : {
37
38
"eslint-plugin-security" : " ^1.4.0" ,
38
39
"eslint-plugin-unicorn" : " ^28.0.0" ,
39
40
"eslint-remote-tester" : " ^1.1.0" ,
41
+ "ghat" : " ^0.14.0" ,
40
42
"husky" : " ^4.3.8" ,
41
43
"installed-check" : " ^4.0.0"
42
44
},
You can’t perform that action at this time.
0 commit comments