Skip to content

feat: add beekeeper logger (#33) #159

feat: add beekeeper logger (#33)

feat: add beekeeper logger (#33) #159

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2