Skip to content

Commit

Permalink
Update clangtidy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com>
  • Loading branch information
stsoe authored Feb 28, 2025
1 parent 657462c commit 9b55bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clangtidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
token: ${{ secrets.WORKFLOW_PAT }}
- name: Fetch base branch
run: |
git fetch origin ${{ github.base_ref }}
Expand All @@ -26,7 +27,7 @@ jobs:
#uses: ZedThree/clang-tidy-review@v0.20.1
uses: stsoe/clang-tidy-review@6d2aee59f56cf41f32baa4123cc636fff8ef4eb7
with:
token: ${{ secrets.PR_COMMENTS }}
token: ${{ secrets.WORKFLOW_PAT }}
build_dir: build/Release
apt_packages: pkg-config,libelf-dev,libboost-dev,pylint,elfutils
cmake_command: cmake -B build/Release -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
Expand Down

0 comments on commit 9b55bd2

Please sign in to comment.