Skip to content

Commit b6edf1d

Browse files
committed
Add package validators
1 parent b7b3c27 commit b6edf1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ jobs:
5858
npm install
5959
npm run build
6060
cd -
61+
- name: publint
62+
run: npx publint
63+
- name: validate package
64+
run: |
65+
## install attw
66+
npm i -g @arethetypeswrong/cli
67+
attw $(npm pack)

0 commit comments

Comments
 (0)