File tree 2 files changed +7
-14
lines changed
2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : test
2
2
3
3
on :
4
- pull_request :
4
+ pull_request_target :
5
5
branches : [main]
6
6
push :
7
7
branches : [main]
11
11
permissions :
12
12
contents : read
13
13
14
- # This uses actions/checkout instead of `git clone` directly since it's way
15
- # easier than parsing everything out.
16
-
17
14
jobs :
18
15
test :
19
- runs-on : ubuntu-latest
20
- steps :
21
- - uses : actions/checkout@v4
22
- - uses : actions/setup-node@v4
23
- with :
24
- node-version : 20
25
- - run : npm ci
26
- - run : npm run lint
27
- - run : npm run build
16
+ uses : MithrilJS/infra/.github/workflows/run-tests.yml@main
17
+ with :
18
+ all-platforms : true
19
+ all-versions : true
Original file line number Diff line number Diff line change 8
8
"watch" : " node scripts/watch.js" ,
9
9
"build" : " node scripts/build.js" ,
10
10
"lint" : " node scripts/lint.js" ,
11
- "lint:docs" : " node scripts/lint-docs.js"
11
+ "lint:docs" : " node scripts/lint-docs.js" ,
12
+ "test" : " "
12
13
},
13
14
"dependencies" : {
14
15
"mithril" : " 2.2.2"
You can’t perform that action at this time.
0 commit comments