Skip to content

feat!: release v2

feat!: release v2 #83

Workflow file for this run

name: lint
on:
push:
paths:
- '**.go'
pull_request:
paths:
- '**.go'
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6