Skip to content

Clarify install with go install in the README (#30) #95

Clarify install with go install in the README (#30)

Clarify install with go install in the README (#30) #95

Workflow file for this run

name: Go Lint
on: [push]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Golangci-lint
uses: golangci/[email protected]