Skip to content

Focus v0.1 on Datadog migration plans #54

Focus v0.1 on Datadog migration plans

Focus v0.1 on Datadog migration plans #54

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: Release readiness check
run: make release-check VERSION=0.1.0-ci