Skip to content

Commit

Permalink
ci: enforce commitlint + skip build on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Jun 29, 2021
1 parent d5c5fb7 commit 9b5b3cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run generate --if-present
- run: npm test
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit ""

0 comments on commit 9b5b3cc

Please sign in to comment.