Skip to content

Commit b57211d

Browse files
committed
[ci,clang-tidy] use own fork
1 parent 781e2f0 commit b57211d

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/clang-tidy-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: ZedThree/clang-tidy-review/post@v0.19.0
19+
- uses: akallabeth/clang-tidy-review/post@master
2020
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/clang-tidy.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,14 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- name: "Install dependencies"
14-
run: |
15-
sudo apt-get update -q -y
16-
sudo apt-get install -q -y devscripts clang ccache ninja-build equivs
17-
./packaging/scripts/prepare_deb_freerdp-nightly.sh
18-
sudo mk-build-deps -i
19-
2013
# Run clang-tidy
21-
- uses: ZedThree/clang-tidy-review@v0.19.0
14+
- uses: akallabeth/clang-tidy-review@master
2215
id: review
2316
with:
2417
split_workflow: true
2518
clang_tidy_checks: ''
19+
apt_packages: devscripts,equivs
20+
install_commands: 'ln -s packaging/deb/freerdp-nightly debian','sudo mk-build-deps -i'
2621

2722
# CMake command to run in order to generate compile_commands.json
2823
build_dir: tidy

0 commit comments

Comments
 (0)