Skip to content

chore(deps): bump codecov/codecov-action from 5 to 6 #110

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

chore(deps): bump codecov/codecov-action from 5 to 6 #110

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@v6
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: -E misspell,whitespace,unconvert,noctx,musttag,errchkjson,errname,exhaustive,exptostd
version: latest