Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Merge pull request #21 from things-go/dependabot/go_modules/google.go… #214

Merge pull request #21 from things-go/dependabot/go_modules/google.go…

Merge pull request #21 from things-go/dependabot/go_modules/google.go… #214

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: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with: # BUG: typecheck error when enable all
args: --disable-all -E goimports,misspell,whitespace
version: latest