Skip to content

Bump codecov/codecov-action from 4.1.0 to 4.3.1 #175

Bump codecov/codecov-action from 4.1.0 to 4.3.1

Bump codecov/codecov-action from 4.1.0 to 4.3.1 #175

Workflow file for this run

name: linter
on: [push, pull_request]
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
with:
version: v1.52.2