File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 run : npm test
2929 shell : bash
3030
31+ license-header :
32+ name : Check SPDX license header
33+ runs-on : ubuntu-latest
34+ steps :
35+ - uses : actions/checkout@v4
36+ - uses : actions/setup-node@v4
37+ - name : Install
38+ run : npm install
39+ - name : License header check
40+ run : npm run test:spdx
41+
3142 test-bun :
3243 name : Test Bun
3344 strategy :
Original file line number Diff line number Diff line change 88 },
99 "scripts" : {
1010 "build" : " tsc" ,
11- "test" : " npm run build && npm run test:lint && npm run test:unit && npm run test:license && npm run test:spdx " ,
11+ "test" : " npm run build && npm run test:lint && npm run test:unit && npm run test:license" ,
1212 "test:unit" : " node --import tsx/esm --test" ,
1313 "test:lint" : " eslint src" ,
1414 "test:functional:cloud" : " echo 'Cloud smoke tests not yet implemented' && exit 0" ,
You can’t perform that action at this time.
0 commit comments