Skip to content

Commit

Permalink
fix: 🐛 add templ
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesOberreiter committed Mar 12, 2024
1 parent ac9deca commit e51c009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
go-version: ^1.22
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Install templ
run: go install github.com/a-h/templ/cmd/templ@v0
- name: Generate template code
run: templ generate
- name: Get dependencies
run: go mod download
- name: Test
Expand Down

0 comments on commit e51c009

Please sign in to comment.