diff --git a/.github/workflows/lib.json b/.github/workflows/lib.json index 453267a2d2d..3e369bd7168 100644 --- a/.github/workflows/lib.json +++ b/.github/workflows/lib.json @@ -62,5 +62,13 @@ "sketch_path": [ "~/Arduino/libraries/WS2812FX/examples/ws2812fx_spi/ws2812fx_spi.ino" ] + }, + { + "name": "ZACwire for TSic", + "exclude_targets": [], + "sketch_path": [ + "~/Arduino/libraries/ZACwire_for_TSic/examples/ReadingTwoTSICs/ReadingTwoTSICs.ino", + "~/Arduino/libraries/ZACwire_for_TSic/examples/ReadSingleTSIC206/ReadSingleTSIC206.ino" + ] } -] \ No newline at end of file +]