Skip to content

Use slog

Use slog #83

Workflow file for this run

name: Lint
on:
push:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
- name: golang-nilaway
uses: georgemblack/actions/golang-nilaway@v2.0.0
with:
package: ./pkg/*