Skip to content

Bump codecov/codecov-action from 3.1.5 to 4.0.0 #145

Bump codecov/codecov-action from 3.1.5 to 4.0.0

Bump codecov/codecov-action from 3.1.5 to 4.0.0 #145

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@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
with:
version: v1.52.2