Skip to content

chore(deps): bump actions/upload-artifact from 3.1.0 to 4.4.1 #201

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

chore(deps): bump actions/upload-artifact from 3.1.0 to 4.4.1 #201

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install Go
uses: buildjet/setup-go@v5
with:
go-version: 1.22.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5m0s --verbose