Skip to content

Bump anothrNick/github-tag-action from 1.70.0 to 1.71.0 (#569) #1253

Bump anothrNick/github-tag-action from 1.70.0 to 1.71.0 (#569)

Bump anothrNick/github-tag-action from 1.70.0 to 1.71.0 (#569) #1253

Workflow file for this run

name: Go Multilinting
on:
push:
jobs:
build:
name: Check code
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/[email protected]
with:
args: --timeout 5m -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck