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

feat: add golangci && resolve current lint errors #1

feat: add golangci && resolve current lint errors

feat: add golangci && resolve current lint errors #1

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
strategy:
matrix:
go: [stable]
os: [ubuntu-latest, macos-latest, windows-latest]
name: lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0