Skip to content

Commit 185539a

Browse files
committed
Add package validators
1 parent b7b3c27 commit 185539a

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
@@ -58,3 +58,7 @@ jobs:
5858
npm install
5959
npm run build
6060
cd -
61+
- name: publint
62+
run: npx publint
63+
- name: validate package
64+
run: npx @arethetypeswrong/cli $(npm pack)

0 commit comments

Comments
 (0)