We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca0daf commit 153ba62Copy full SHA for 153ba62
1 file changed
.github/workflows/ci.yaml
@@ -25,8 +25,14 @@ jobs:
25
- name: Setup
26
uses: ./.github/actions/setup-node-pnpm-install
27
28
+ - name: Build
29
+ run: pnpm build
30
+
31
- name: Lint
- run: pnpm build && pnpm lint && pnpm lint-monorepo
32
+ run: pnpm lint
33
34
+ - name: Lint Monorepo
35
+ run: pnpm lint-monorepo
36
37
test:
38
runs-on: ubuntu-latest
@@ -36,7 +42,7 @@ jobs:
42
43
44
39
- - name: Build all packages
45
40
46
run: pnpm build
41
47
48
- name: Test
0 commit comments