From 9453d46feb2069ca1b2126e12af3fd02ca53b7a4 Mon Sep 17 00:00:00 2001 From: lfierz Date: Tue, 3 Dec 2024 13:53:10 +0100 Subject: [PATCH] remove metadata and todo check --- .github/workflows/arduino_quality_check.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/arduino_quality_check.yml b/.github/workflows/arduino_quality_check.yml index a2dc17c..27ac34f 100644 --- a/.github/workflows/arduino_quality_check.yml +++ b/.github/workflows/arduino_quality_check.yml @@ -15,10 +15,3 @@ jobs: expect-arduino-examples: true lint-lib-manager-check: update - todo-check: - if: github.event_name == 'push' && github.ref != 'refs/head/main' - uses: sensirion/.github/.github/workflows/driver.common.todo_check.yml@main - - code-generation-check: - if: github.event_name == 'push' && github.ref != 'refs/head/main' - uses: sensirion/.github/.github/workflows/driver.generated.metadata_check.yml@main