Skip to content

Commit

Permalink
fixup! ci: run templ generate during build/lint
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed May 25, 2024
1 parent 008f893 commit 3f6db8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ repos:
- repo: https://github.com/tekwizely/pre-commit-golang
rev: v1.0.0-rc.1
hooks:
- id: go-imports-repo
- id: go-imports
args:
- "-local"
- "github.com/ColoradoSchoolOfMines/mineshspc.com"
- "-w"
- id: go-vet-repo-mod
- id: go-staticcheck-repo-mod
exclude: _templ\.go$
- id: go-vet-mod
- id: go-staticcheck-mod

0 comments on commit 3f6db8c

Please sign in to comment.