Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrul committed Dec 31, 2023
1 parent 633fe3f commit 838fe3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
run: go mod tidy

- name: Generate code
run: templ generate
run: |
go get -u github.com/a-h/templ/cmd/templ@latest
go install github.com/a-h/templ/cmd/templ@latest
templ generate
- name: Build
run: go build .

0 comments on commit 838fe3f

Please sign in to comment.