Skip to content

Commit 58a836b

Browse files
committed
ci: add publint and type correctness checking to ci
1 parent bcb0539 commit 58a836b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- run: npm run type-check
1515
# - run: npm run test
1616
- run: npm run build
17+
- run: npx publint@latest
18+
- run: npx @arethetypeswrong/cli@latest --pack
1719
release:
1820
runs-on: ubuntu-latest
1921
needs: test

0 commit comments

Comments
 (0)