From f751d7b64d11875316a6dac9dc0d87045e1ae4b5 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 1 Feb 2023 23:37:37 +0100 Subject: [PATCH] Update golangci-lint.yml Signed-off-by: Alex --- .github/workflows/golangci-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index e0feb7551..b19948514 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -11,13 +11,13 @@ on: pull_request: permissions: - contents: read # to fetch code (actions/checkout) + contents: read # to fetch code (actions/checkout) jobs: golangci: permissions: - contents: read # to fetch code (actions/checkout) - pull-requests: read # to fetch pull requests (golangci/golangci-lint-action) + contents: read # to fetch code (actions/checkout) + pull-requests: read # to fetch pull requests (golangci/golangci-lint-action) name: lint runs-on: ubuntu-latest