Skip to content

Fix linter warnings #19

Fix linter warnings

Fix linter warnings #19

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: "^1.23"
- name: Checkout repository
uses: actions/checkout@v5
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.5.0