Skip to content

chore(deps): bump golangci/golangci-lint-action from 5 to 6 #162

chore(deps): bump golangci/golangci-lint-action from 5 to 6

chore(deps): bump golangci/golangci-lint-action from 5 to 6 #162

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- "**.md"
jobs:
golang-ci:
name: GolangCi-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with: # BUG: typecheck error when enable all
args: --disable-all -E goimports,misspell,whitespace
version: latest