summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorslaren <slarengh@gmail.com>2024-03-12 16:55:19 +0100
committerGitHub <noreply@github.com>2024-03-12 17:55:19 +0200
commit306d34be7ad19e768975409fc80791a274ea0230 (patch)
treea59706c4220f04d654fb37b926b2a9986bfa3e64
parent8030da7afea2d89f997aeadbd14183d399a017b9 (diff)
ci : remove tidy-review (#6021)
-rw-r--r--.github/workflows/tidy-post.yml20
-rw-r--r--.github/workflows/tidy-review.yml23
2 files changed, 0 insertions, 43 deletions
diff --git a/.github/workflows/tidy-post.yml b/.github/workflows/tidy-post.yml
deleted file mode 100644
index 03652760..00000000
--- a/.github/workflows/tidy-post.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: clang-tidy review post comments
-
-on:
- workflow_dispatch:
- workflows: ["clang-tidy-review"]
- types:
- - completed
-
-jobs:
- build:
- runs-on: ubuntu-latest
-
- steps:
- - uses: ZedThree/clang-tidy-review/post@v0.13.0
- # lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
- with:
- # adjust options as necessary
- lgtm_comment_body: ''
- annotations: false
- max_comments: 25
diff --git a/.github/workflows/tidy-review.yml b/.github/workflows/tidy-review.yml
deleted file mode 100644
index a4bc8d97..00000000
--- a/.github/workflows/tidy-review.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: clang-tidy-review
-
-on:
- pull_request:
- branches:
- - master
-
-jobs:
- clang-tidy-review:
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v3
-
- - uses: ZedThree/clang-tidy-review@v0.13.0
- id: review
- with:
- lgtm_comment_body: ''
- build_dir: build
- cmake_command: cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=on
- split_workflow: true
-
- - uses: ZedThree/clang-tidy-review/upload@v0.13.0