Skip to content

Refactor to remove test args from remote test command #5778

Refactor to remove test args from remote test command

Refactor to remove test args from remote test command #5778

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.61
args: src/... tools/...
skip-pkg-cache: true