We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2378b8f commit 72398f9Copy full SHA for 72398f9
1 file changed
.github/workflows/release.yml
@@ -28,15 +28,18 @@ jobs:
28
- name: Install dependencies
29
run: pnpm install --frozen-lockfile
30
31
- - name: Build
32
- run: pnpm build
+ - name: Check formatting
+ run: pnpm format:check
33
34
- name: Lint
35
run: pnpm lint
36
37
- name: Run tests
38
run: pnpm test
39
40
+ - name: Build
41
+ run: pnpm build
42
+
43
- name: Publish to npm
44
run: pnpm publish
45
env:
0 commit comments