Skip to content

Mirrored from envoyproxy/envoy @ b47437403438c65769b859d7553dfdf1536e… #4094

Mirrored from envoyproxy/envoy @ b47437403438c65769b859d7553dfdf1536e…

Mirrored from envoyproxy/envoy @ b47437403438c65769b859d7553dfdf1536e… #4094

name: golangci-lint
permissions:
contents: read
on: [push, pull_request]
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: latest
only-new-issues: false
# Optional: golangci-lint command line arguments.
args: --verbose