Skip to content

Reimplement package with nicer API #51

Reimplement package with nicer API

Reimplement package with nicer API #51

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
lint:
strategy:
matrix:
go-version: [1.23.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Lint
run: |
go run github.com/golangci/golangci-lint/cmd/[email protected] run