Skip to content

Fix badge

Fix badge #7

Workflow file for this run

name: build
on: [push]
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-go@v5.0.0
with:
go-version: "1.21"
- name: lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
- run: "make test"