Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Update README.md

Update README.md #78

Workflow file for this run

---
name: lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --issues-exit-code=0
only-new-issues: true