Skip to content

chore(deps): bump codecov/codecov-action from 3 to 4 #29

chore(deps): bump codecov/codecov-action from 3 to 4

chore(deps): bump codecov/codecov-action from 3 to 4 #29

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@v3
with:
args: --disable-all -E goimports,misspell,whitespace
version: latest
working-directory: .
skip-pkg-cache: true