Skip to content

Bump actions/checkout from 3 to 4 #356

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #356

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
# Optional: working directory, useful for monorepos
# working-directory: somedir
# Optional: golangci-lint command line arguments. see https://golangci-lint.run/usage/quick-start
# args: --enable gofmt,dupl,goconst,goconst,gocyclo
#--issues-exit-code=0
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
# Optional: if set to true then the action will use pre-installed Go
# skip-go-installation: true