Move clang-tidy to its own CI job (#4996)

* Only run the `post-clang-tidy-review` if the `clang-tidy` build succeeded
This commit is contained in:
pajlada
2023-12-02 14:04:43 +01:00
committed by GitHub
parent 0fd4e8ffd6
commit 584a7c86fc
4 changed files with 152 additions and 39 deletions
+1
View File
@@ -75,6 +75,7 @@
- Dev: `Details` file properties tab is now populated on Windows. (#4912)
- Dev: Removed `Outcome` from network requests. (#4959)
- Dev: Added Tests for Windows and MacOS in CI. (#4970)
- Dev: Move `clang-tidy` checker to its own CI job. (#4996)
- Dev: Refactored the Image Uploader feature. (#4971)
- Dev: Fixed deadlock and use-after-free in tests. (#4981)