Skip to content

feat(ci): add ci

feat(ci): add ci #3

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: templ
run: |
go install github.com/a-h/templ/cmd/templ@latest
templ generate
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest