Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Update README.md (#107) #55

Update README.md (#107)

Update README.md (#107) #55

Workflow file for this run

name: lint
on:
push: {}
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2