Skip to content

Fix/pipelines

Fix/pipelines #322

Workflow file for this run

name: staticcheck
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: WillAbides/[email protected]
with:
go-version: "1.20"
- uses: dominikh/[email protected]
with:
checks: "all,-ST*,-S1002,-S1005,-S1008,-S1023,-S1039,-U1000"
version: "2022.1.3"
install-go: true