Skip to content

Add generated files to the repo (this removes templ generate requirem… #3

Add generated files to the repo (this removes templ generate requirem…

Add generated files to the repo (this removes templ generate requirem… #3

Workflow file for this run

name: Go
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: latest
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: |
make build