Skip to content

Commit

Permalink
Generate files
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Nov 20, 2023
1 parent 92c07b3 commit 694b9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.21.x
- run: go install github.com/a-h/templ/cmd/templ@latest
- run: templ generate -path ./components
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
- run: go install github.com/a-h/templ/cmd/templ@latest
- run: templ generate -path ./components
test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 694b9ed

Please sign in to comment.