Skip to content

chore(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0 #2020

chore(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0

chore(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0 #2020

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.21.5"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: "v1.55.0"
args: --timeout=5m