Skip to content

docs: update README.md #41

docs: update README.md

docs: update README.md #41

Workflow file for this run

name: Golang Lint
on: [ push, pull_request ]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58