Skip to content

Commit

Permalink
ci: Use fixed templ version
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Sep 14, 2024
1 parent a9e77f2 commit 4b6c286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Make sure templ generate was executed before commit
- name: Generate templates
run: go run github.com/a-h/templ/cmd/templ generate
run: go run github.com/a-h/templ/cmd/templ@v0.2.778 generate
- name: Check file changes after templ generate
run: |
git diff --exit-code
Expand Down

0 comments on commit 4b6c286

Please sign in to comment.