Skip to content

Swap active sidebar button #43

Swap active sidebar button

Swap active sidebar button #43

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
- name: Run tests
run: |
go install github.com/a-h/templ/cmd/templ@latest
templ generate
go test ./...