Skip to content

Fix lint issues observed by running Kal #167

Fix lint issues observed by running Kal

Fix lint issues observed by running Kal #167

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: go lint
permissions:
contents: read
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1'
- run: |
make lint