Skip to content

Commit f2de234

Browse files
build before lint and test
1 parent e2856d9 commit f2de234

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
steps:
55
- uses: actions/checkout@v4
66
- uses: ./.github/actions/prepare
7+
- run: pnpm build
78
- run: pnpm lint
89

910
name: Lint

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
steps:
55
- uses: actions/checkout@v4
66
- uses: ./.github/actions/prepare
7+
- run: pnpm build
78
- run: pnpm run test --coverage
89
- name: Codecov
910
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)