From ffbecd105cf1a5c3467de69e50f665f84dbb8601 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:23:52 +1200 Subject: [PATCH] Add libretiny to CI workflow --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1de5822960..4818e9c391 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -232,7 +232,7 @@ jobs: fail-fast: false max-parallel: 2 matrix: - file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8] + file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8, 9, 9.1] steps: - name: Check out code from GitHub uses: actions/checkout@v4 @@ -288,6 +288,10 @@ jobs: name: Run script/clang-tidy for ESP32 IDF options: --environment esp32-idf-tidy --grep USE_ESP_IDF pio_cache_key: tidyesp32-idf + - id: clang-tidy + name: Run script/clang-tidy for LibreTiny + options: --environment bk72xx-arduino --grep USE_LIBRETINY + pio_cache_key: tidylibretiny steps: - name: Check out code from GitHub