Files
tracebasedlogsampler/.gitea/workflows/ci.yaml
Timo Behrendt c1714d1548 ci: pin varios actions to a proper semver version (#28)
Reviewed-on: #28
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-02-14 19:01:04 +01:00

19 lines
323 B
YAML

name: CI
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on:
- ubuntu-latest
- linux_amd64
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: make test