diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8a97c83..5f2831f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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