Skip to content

fix: Use interface for logger #9

fix: Use interface for logger

fix: Use interface for logger #9

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up mise
uses: jdx/mise-action@v2
- name: Lint
run: golangci-lint run ./...