Files
tracebasedlogsampler/.gitea/workflows/ci.yaml
Timo Behrendt b657734b7c
All checks were successful
CI / test (push) Successful in 15s
ci: pin varios actions to a proper semver version
2026-02-14 18:58:46 +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