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 b7b3c27 commit 185539aCopy full SHA for 185539a
.github/workflows/test.yml
@@ -58,3 +58,7 @@ jobs:
58
npm install
59
npm run build
60
cd -
61
+ - name: publint
62
+ run: npx publint
63
+ - name: validate package
64
+ run: npx @arethetypeswrong/cli $(npm pack)
0 commit comments