Skip to content

cmd: improve error reporting #62

cmd: improve error reporting

cmd: improve error reporting #62

Workflow file for this run

name: lint
on:
push:
branches:
- main
- 'scratch/**'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60