Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Update README.md

Update README.md #128

Workflow file for this run

name: Master checks
on:
push:
branches:
- master
jobs:
lint:
name: golangci lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2.4.0
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2.0.2
with:
github_token: ${{ secrets.github_token }}
reporter: github-check