Skip to content

fix typo in help

fix typo in help #51

Workflow file for this run

name: checks
on:
push:
branches: [ "main" ]
tags: ["v*"]
pull_request:
branches: [ "main" ]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: checks
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: -c .golangci.yml
only-new-issues: true