Skip to content

more linter tweaks

more linter tweaks #70

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
check-latest: true
with:

Check failure on line 13 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 13, Col: 9): 'with' is already defined
go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
- name: Run go vet
run: |
go vet ./...