We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcf5cc commit afba5a1Copy full SHA for afba5a1
.github/workflows/test.yml
@@ -60,3 +60,7 @@ jobs:
60
npm install
61
npm run build
62
cd -
63
+ - name: publint
64
+ run: npx publint
65
+ - name: validate package
66
+ run: npx @arethetypeswrong/cli $(npm pack)
0 commit comments