We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cc564 commit 8042675Copy full SHA for 8042675
2 files changed
.github/workflows/ci.yaml
@@ -28,8 +28,8 @@ jobs:
28
- name: Build
29
run: pnpm build
30
31
- - name: Lint
32
- run: pnpm lint
+ # - name: Lint
+ # run: pnpm lint
33
34
- name: Lint Monorepo
35
run: pnpm lint-monorepo
.github/workflows/release.yaml
@@ -24,8 +24,8 @@ jobs:
24
25
26
27
- name: Test
run: pnpm test
0 commit comments