Skip to content

github-actions(deps): bump codecov/codecov-action from 3 to 5 #129

github-actions(deps): bump codecov/codecov-action from 3 to 5

github-actions(deps): bump codecov/codecov-action from 3 to 5 #129

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: golangci-lint
uses: golangci/[email protected]