Skip to content

Commit

Permalink
[#299] Move permissions tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Sep 23, 2024
1 parent ffd4b62 commit cf26c08
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: cpp-linter

permissions:
metadata: read
contents: write
pull-requests: write

on:
push:
branches: [ main, dev, 299-setup-code-formatter ]
permissions:
metadata: read
contents: write
pull_request:
branches: [ main, dev ]
permissions:
metadata: read
contents: write


jobs:
cpp-linter:
Expand All @@ -23,4 +21,4 @@ jobs:
continue-on-error: true
with:
files-changed-only: false
thread-comments: true
thread-comments: update

0 comments on commit cf26c08

Please sign in to comment.