这是indexloc提供的服务,不要输入任何密码
Skip to content

Merge pull request #821 from QH89/update_propagation_directive #4452

Merge pull request #821 from QH89/update_propagation_directive

Merge pull request #821 from QH89/update_propagation_directive #4452

Workflow file for this run

name: golangci-lint
on:
push:
branches: ['main']
paths-ignore:
- "docs/**"
- "**.md"
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
permissions: read-all
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
with:
go-version: '1.24'
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
with:
version: latest