Skip to content

Commit 1b7bd25

Browse files
committed
Add package validators
1 parent 11720ac commit 1b7bd25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ jobs:
6060
npm install
6161
npm run build
6262
cd -
63+
- name: publint
64+
run: npx publint
65+
- name: validate package
66+
run: npx @arethetypeswrong/cli $(npm pack)

0 commit comments

Comments
 (0)