File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 check_pr :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v1
8+ - uses : actions/checkout@v1
99
10- - name : " npm ci"
11- run : npm ci
10+ - name : " npm ci"
11+ run : npm ci
1212
13- - name : " npm run build"
14- run : npm run build
13+ - name : " npm run build"
14+ run : npm run build
1515
16- - name : " check for uncommitted changes"
17- # Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
18- run : |
19- git diff --exit-code --stat -- . ':!node_modules' \
20- || (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
21- "and check in all changes" \
22- && exit 1)
23-
24- - name : " npm test"
25- run : npm test
16+ - name : " check for uncommitted changes"
17+ # Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
18+ run : |
19+ git diff --exit-code --stat -- . ':!node_modules' \
20+ || (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
21+ "and check in all changes" \
22+ && exit 1)
Original file line number Diff line number Diff line change 55 "description" : " Github action to download and setup Emscripten" ,
66 "main" : " dist/index.js" ,
77 "scripts" : {
8- "build" : " tsc && ncc build lib/main.js --license licenses.txt" ,
9- "test" : " ava"
8+ "build" : " tsc && ncc build lib/main.js --license licenses.txt"
109 },
1110 "repository" : {
1211 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments