Skip to content

chore(deps): bump golangci/golangci-lint-action from 3 to 5 #65

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

chore(deps): bump golangci/golangci-lint-action from 3 to 5 #65

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- '**.md'
jobs:
golangci:
name: Golangci-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v5
with:
args: -E goimports -E gocritic -E misspell -E revive