Skip to content

chore(deps): bump actions/upload-artifact from 3.1.0 to 4.3.6 #88

chore(deps): bump actions/upload-artifact from 3.1.0 to 4.3.6

chore(deps): bump actions/upload-artifact from 3.1.0 to 4.3.6 #88

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5m0s --verbose