Skip to content

docs(metrics): typo #39

docs(metrics): typo

docs(metrics): typo #39

Workflow file for this run

name: x
on:
push:
branches: [main]
# Common Go workflows from go faster
# See https://github.com/go-faster/x
jobs:
test:
uses: go-faster/x/.github/workflows/test.yml@main
with:
enable-386: false
cover:
uses: go-faster/x/.github/workflows/cover.yml@main
lint:
uses: go-faster/x/.github/workflows/lint.yml@main