Skip to content

fix: typo

fix: typo #828

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
container: golang:1.19-bullseye
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- run: "go install honnef.co/go/tools/cmd/[email protected]"
- run: "staticcheck ./..."