Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Update README.md

Update README.md #2446

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: "1.23"
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: "v2.1"
args: --timeout=5m