Skip to content

fix: fix some comments #6987

fix: fix some comments

fix: fix some comments #6987

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- release/**
- feat/*
pull_request:
merge_group:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: Gaia-Runner-medium
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/*.go
go.mod
go.sum
**/go.mod
**/go.sum
- uses: actions/checkout@v4
- name: run linting
if: env.GIT_DIFF
run: |
make lint