Skip to content

Merge pull request #72 from things-go/dependabot/go_modules/golang.or… #83

Merge pull request #72 from things-go/dependabot/go_modules/golang.or…

Merge pull request #72 from things-go/dependabot/go_modules/golang.or… #83

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- '**.md'
jobs:
golangci:
name: Golangci-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --disable-all -E goimports,misspell,whitespace
version: latest