From eb54fe6a12aba490583feabbe3e4f468f80c1562 Mon Sep 17 00:00:00 2001 From: Benedikt Galbavy Date: Mon, 27 May 2024 13:32:42 +0200 Subject: [PATCH] ghaction fixed yaml indentations --- .github/workflows/cpp-linter.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cpp-linter.yaml b/.github/workflows/cpp-linter.yaml index 149a311..6489886 100644 --- a/.github/workflows/cpp-linter.yaml +++ b/.github/workflows/cpp-linter.yaml @@ -2,10 +2,10 @@ on: push: pull_request: - permissions: - pull-requests: write - metadata: read - contents: write +permissions: + pull-requests: write + metadata: read + contents: write jobs: cpp-linter: