fix(ci): templ files
This commit is contained in:
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -24,6 +24,10 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22.2'
|
||||
- name: Generate templ
|
||||
run: |
|
||||
go install github.com/a-h/templ/cmd/templ@latest
|
||||
make templ
|
||||
- name: Check
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user