Skip to content

chore: modernize format #4

chore: modernize format

chore: modernize format #4

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.25"
cache: true
- uses: golangci/golangci-lint-action@v8
with:
version: v2.12.2