From fb0fb08fd4d5eeb68d6808a8aa2946510c2fa72d Mon Sep 17 00:00:00 2001 From: Benedikt Galbavy Date: Mon, 27 May 2024 13:34:03 +0200 Subject: [PATCH] ghaction hotfix reverted prev change --- .github/workflows/cpp-linter.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cpp-linter.yaml b/.github/workflows/cpp-linter.yaml index 6489886..8c77d85 100644 --- a/.github/workflows/cpp-linter.yaml +++ b/.github/workflows/cpp-linter.yaml @@ -2,13 +2,12 @@ on: push: pull_request: -permissions: - pull-requests: write - metadata: read - contents: write - jobs: cpp-linter: + permissions: + pull-requests: write + metadata: read + contents: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v4