Skip to content

Commit

Permalink
feat: Updated .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 26, 2023
1 parent 1d19570 commit 738d6d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:

- name: Install typos tool
run: ./scripts/install_typos.sh

- name: Install or Verify go-gitlint
run: make tools || make tools.verify.go-gitlint

- name: Check for typos
run: typos --write-changes

- name: Run commit-msg githook
run: ./.git/hooks/commit-msg

Expand Down

0 comments on commit 738d6d1

Please sign in to comment.