File tree Expand file tree Collapse file tree 5 files changed +40
-61
lines changed Expand file tree Collapse file tree 5 files changed +40
-61
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 with :
2121 tag_name : ${{ github.ref }}
2222 body : |
23- Please refer to [CHANGELOG.md](https://github.com/posva /vuefire/blob/master /CHANGELOG.md) for details.
23+ Please refer to [CHANGELOG.md](https://github.com/vuejs /vuefire/blob/main /CHANGELOG.md) for details.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : test
2+
3+ on :
4+ push :
5+ paths-ignore :
6+ - ' packages/docs/**'
7+ - ' packages/playground/**'
8+ pull_request :
9+ paths-ignore :
10+ - ' packages/docs/**'
11+ - ' packages/playground/**'
12+
13+ jobs :
14+ build :
15+ runs-on : ubuntu-latest
16+
17+ steps :
18+ - uses : actions/checkout@v3
19+ - uses : pnpm/action-setup@v2.2.2
20+ with :
21+ version : 7.12.2
22+ - uses : actions/setup-node@v2
23+ with :
24+ node-version : ' 16'
25+ cache : ' pnpm'
26+
27+ - name : Install
28+ run : pnpm install
29+
30+ - name : Lint
31+ run : pnpm run lint
32+
33+ - name : test
34+ run : pnpm run test
35+
36+ - name : Build
37+ run : pnpm run build
38+
39+ - uses : codecov/codecov-action@v2
You can’t perform that action at this time.
0 commit comments