From 1218dad76f6528e07eee750ebaa71c91b9627ecf Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sat, 24 Feb 2024 15:16:50 +0000 Subject: [PATCH] Include Code Correctness check in GitHub test runs --- .github/workflows/check-build-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-build-actions.yml b/.github/workflows/check-build-actions.yml index f403a242..5741b72f 100644 --- a/.github/workflows/check-build-actions.yml +++ b/.github/workflows/check-build-actions.yml @@ -76,6 +76,7 @@ jobs: - run: sudo apt-get update - run: sudo apt-get install at-spi2-core - run: sudo apt-get install build-essential libgtk-3-dev libgtk-3-bin + - run: sudo apt-get install clang-tidy - run: sudo apt-get install desktop-file-utils - run: sudo apt-get install evince - run: sudo apt-get install gettext -- 2.20.1