Skip to content

Commit 06d9862

Browse files
committed
Add Publint step to the publish workflow for linting checks
1 parent a6d0cf1 commit 06d9862

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Build PlayCanvas Observer Types
3232
run: npm run build:types
3333

34+
- name: Run Publint
35+
run: npm run publint
36+
3437
- name: Publish to npm
3538
run: npm publish
3639
env:

0 commit comments

Comments
 (0)