Skip to content

Commit

Permalink
chore: add commit lint step to github actions (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtjones404 authored Nov 3, 2022
1 parent af0b4f3 commit 08d8e1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
useLockFile: false

- name: 👕 Lint commit messages
uses: wagoid/commitlint-github-action@v4

- name: ▶️ Run build script
run: npm run build

Expand Down

0 comments on commit 08d8e1d

Please sign in to comment.