From: Colin Clark Date: Sat, 24 Feb 2024 15:16:50 +0000 (+0000) Subject: Include Code Correctness check in GitHub test runs X-Git-Tag: v2.3~23 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=1218dad76f6528e07eee750ebaa71c91b9627ecf Include Code Correctness check in GitHub test runs --- 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