Skip to content

fix: code optimization #851

fix: code optimization

fix: code optimization #851

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
version: v1.45.2
args: --timeout=5m