We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207d4a0 commit ce785d4Copy full SHA for ce785d4
.github/workflows/cpp-linter.yml
@@ -29,6 +29,8 @@ on:
29
jobs:
30
cpp-linter:
31
runs-on: ubuntu-24.04
32
+ permissions:
33
+ pull-requests: write
34
steps:
35
- uses: actions/checkout@v4
36
- name: Run build
0 commit comments