Skip to content

Add indent option (#39) #92

Add indent option (#39)

Add indent option (#39) #92

Workflow file for this run

name: Check
on:
push:
workflow_dispatch:
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.5
- uses: golangci/[email protected]
with:
version: v1.63.4
- run: go test ./...