Skip to content

Merge pull request #190 from go-logr/dependabot/github_actions/action… #273

Merge pull request #190 from go-logr/dependabot/github_actions/action…

Merge pull request #190 from go-logr/dependabot/github_actions/action… #273

Workflow file for this run

name: Run lint
on: [ push, pull_request ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Lint
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
with:
# version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
# Read args from .golangci.yaml
# args: