Skip to content

cmd: Allow --chdir and --recursive to be used together #2491

cmd: Allow --chdir and --recursive to be used together

cmd: Allow --chdir and --recursive to be used together #2491

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checks:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/[email protected]
with:
version: v1.58