Skip to content

chore: Bump coverallsapp/github-action from 2.2.1 to 2.2.2 #1448

chore: Bump coverallsapp/github-action from 2.2.1 to 2.2.2

chore: Bump coverallsapp/github-action from 2.2.1 to 2.2.2 #1448

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@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
args: --timeout=5m