From 07325ce055fcde6d87809a0f5dfaf668d32f3432 Mon Sep 17 00:00:00 2001 From: Matthias Hertel Date: Sat, 10 Jul 2021 18:16:52 +0200 Subject: [PATCH] improvements --- .github/workflows/arduino-checks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/arduino-checks.yml b/.github/workflows/arduino-checks.yml index 098087f..f2f2096 100644 --- a/.github/workflows/arduino-checks.yml +++ b/.github/workflows/arduino-checks.yml @@ -13,6 +13,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + schedule: + # Run every Tuesday at 6 AM UTC to catch breakage caused by new rules added to Arduino Lint or changes in the tools. + - cron: "0 6 * * TUE" + jobs: # This defines a job for checking the Arduino library format specifications @@ -29,6 +33,7 @@ jobs: - name: Arduino-lint uses: arduino/arduino-lint-action@v1 with: + compliance: strict library-manager: update verbose: false