Skip to content

chore: Fix lints

chore: Fix lints #4

Workflow file for this run

name: Lint
on:
workflow_call:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v1.64.7