Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mathertel committed Jul 10, 2021
1 parent e4eedf6 commit 07325ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/arduino-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,6 +33,7 @@ jobs:
- name: Arduino-lint
uses: arduino/arduino-lint-action@v1
with:
compliance: strict
library-manager: update
verbose: false

Expand Down

0 comments on commit 07325ce

Please sign in to comment.