Skip to content

Fix script text and typos #24

Fix script text and typos

Fix script text and typos #24

Workflow file for this run

name: Lint
on: [push]
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/checkout@v2
- name: go mod vendor
run: go mod vendor
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest