File tree Expand file tree Collapse file tree 4 files changed +18
-14
lines changed Expand file tree Collapse file tree 4 files changed +18
-14
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 4848 - uses : actions/checkout@v4
4949 with :
5050 submodules : true
51- - uses : denoland/setup-deno@v1
51+ - uses : denoland/setup-deno@v2
5252 with :
5353 deno-version : v2.x
5454 - name : Set permissions with network access
6969 with :
7070 files : coverage.lcov
7171
72+ publish-dry-run :
73+ runs-on : ubuntu-latest
74+ steps :
75+ - uses : actions/checkout@v4
76+ - uses : denoland/setup-deno@v2
77+ with :
78+ deno-version : v2.x
79+ - run : deno publish --dry-run
80+
7281 deploy :
7382 needs : [build]
7483 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1111 },
1212 "publish" : {
1313 "exclude" : [
14- " bids_validator/" ,
15- " bin/" ,
16- " tests/" ,
17- " docs/" ,
18- " utils/" ,
19- " validators/" ,
20- " bids-validator-deno" ,
14+ " **/tests/" ,
15+ " tools/" ,
16+ " web/" ,
17+ " .*" ,
18+ " **/*.test.ts" ,
19+ " Dockerfile" ,
2120 " build.ts" ,
22- " cli.js" ,
23- " esbuild.mjs" ,
24- " index.js" ,
25- " package.json" ,
26- " .npmignore" ,
27- " .gitattributes"
21+ " deno.lock" ,
22+ " local-run"
2823 ]
2924 },
3025 "imports" : {
You can’t perform that action at this time.
0 commit comments