Skip to content

Fix: Exclude all non-OK HTTP status codes from lag calculation #197

Fix: Exclude all non-OK HTTP status codes from lag calculation

Fix: Exclude all non-OK HTTP status codes from lag calculation #197

Workflow file for this run

name: CI
on: [pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
id: go
- name: Build
run: script/cibuild