Skip to content

.github: Add simple workflow which ensures the build actually works #1

.github: Add simple workflow which ensures the build actually works

.github: Add simple workflow which ensures the build actually works #1

Workflow file for this run

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