Skip to content

build(deps): bump codecov/codecov-action from 3.1.5 to 3.1.6 #18

build(deps): bump codecov/codecov-action from 3.1.5 to 3.1.6

build(deps): bump codecov/codecov-action from 3.1.5 to 3.1.6 #18

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3