File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11name : ci
22
3+ env :
4+ DENO_VERSION : 1.x
5+
36on : [push, pull_request]
47
58jobs :
69 test :
710 runs-on : ubuntu-latest
811 steps :
9- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1013 - uses : denoland/setup-deno@v1
1114 with :
12- deno-version : " v1.x "
15+ deno-version : ${{ env.DENO_VERSION }}
1316 - name : Check fmt & lint & type check & test
1417 run : deno task check:dry
Original file line number Diff line number Diff line change 11# ported from https://github.com/jsr-core/unknownutil/blob/v3.18.1/.github/workflows/udd.yml and modified a bit
22name : Update
33
4+ env :
5+ DENO_VERSION : 1.x
6+
47on :
58 schedule :
69 - cron : " 0 0 * * *"
1316 - uses : actions/checkout@v4
1417 - uses : denoland/setup-deno@v1
1518 with :
16- deno-version : " 1.x "
19+ deno-version : ${{ env.DENO_VERSION }}
1720 - name : Update dependencies
1821 run : |
1922 deno task update > ../output.txt
You can’t perform that action at this time.
0 commit comments