Skip to content

Commit

Permalink
XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Dec 19, 2023
1 parent 5f292a6 commit b76dce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
permissions:
actions: write
issues: write
pull-requests: write|read
pull-requests: write
packages: read

env:
Expand All @@ -50,7 +50,7 @@ jobs:
clang-tools -i ${{ matrix.llvm-version }}
- name: Run C++ Linters
uses: xlauko/cpp-linter-action@latest
uses: cpp-linter/cpp-linter-action@v2
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b76dce4

Please sign in to comment.