Skip to content

add metrics

add metrics #214

Workflow file for this run

name: "Main"
on:
pull_request:
push:
branches:
- "main"
jobs:
build:
name: "build"
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: make check-uncommitted
- run: make test
- run: make docker-build