Skip to content

fix: Lint issues

fix: Lint issues #20

Workflow file for this run

name: golangci
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v5
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.4.0