Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Update README.md

Update README.md #20

Workflow file for this run

---
name: lint
on:
- push
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --enable-all