Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Remove calls to fatal as we are using this as a lib now #55

Remove calls to fatal as we are using this as a lib now

Remove calls to fatal as we are using this as a lib now #55

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: golangci/golangci-lint-action@v8