Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: Go Linter
on:
push:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions: {}
jobs:
lint:
name: Lint code base
uses: andrew-field/reusable-workflows/.github/workflows/go-linter.yml@master