Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

build(deps): Bump codecov/codecov-action from 3 to 4 (#16) #37

build(deps): Bump codecov/codecov-action from 3 to 4 (#16)

build(deps): Bump codecov/codecov-action from 3 to 4 (#16) #37

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true