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: