Files
tracebasedlogsampler/.gitea/workflows/ci.yaml
Timo Behrendt a459994a24
All checks were successful
CI & Release / ci (push) Successful in 21s
CI & Release / release (push) Successful in 18s
ci: add release pipeline (#16)
Reviewed-on: #16
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-05-20 20:34:21 +02:00

18 lines
265 B
YAML

name: CI
on:
push:
branches-ignore:
- main
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test