Skip to content

feat(query): resolve --pipeline names client-side in audit/snapshot (… #29

feat(query): resolve --pipeline names client-side in audit/snapshot (…

feat(query): resolve --pipeline names client-side in audit/snapshot (… #29

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: true
- run: go test ./...
- run: go build ./cmd/topline