File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed
Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : " npm"
4- directory : " /"
5- schedule :
6- interval : " weekly"
3+ - package-ecosystem : " npm"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
Original file line number Diff line number Diff line change 1+ name : test
2+ on :
3+ pull_request :
4+ jobs :
5+ test :
6+ runs-on : ubuntu-latest
7+ steps :
8+ - name : Checkout
9+ uses : actions/checkout@v4
10+ - name : Setup node
11+ uses : actions/setup-node@v4
12+ with :
13+ node-version : 22.x
14+ - name : Install dependencies
15+ run : npm ci
16+ - name : Test
17+ run : npm test
Original file line number Diff line number Diff line change 3434 url : ${{ steps.deployment.outputs.page_url }}
3535 runs-on : ubuntu-latest
3636 steps :
37- - name : Deploy to GitHub Pages
38- id : deployment
39- uses : actions/deploy-pages@v4
37+ - name : Deploy to GitHub Pages
38+ id : deployment
39+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments