We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d83447 commit dbc40fdCopy full SHA for dbc40fd
1 file changed
.github/workflows/lint.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Install dependencies
30
run: pnpm install
31
32
+ - name: Build RSC plugin
33
+ run: pnpm build
34
+
35
- name: Run typecheck
36
run: pnpm typecheck
37
0 commit comments