Skip to content

Adds an overwrite flag to force annotation updates #179

Adds an overwrite flag to force annotation updates

Adds an overwrite flag to force annotation updates #179

Workflow file for this run

name: Linters
on:
pull_request:
branches:
- main
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with: { go-version: 1.x }
- uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m