File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Arduino Lint
2
+ on :
3
+ push :
4
+ pull_request :
5
+ # Scheduled trigger checks for breakage caused by new rules added to Arduino Lint
6
+ schedule :
7
+ # run every Saturday at 3 AM UTC
8
+ - cron : " 0 3 * * 6"
9
+ # See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#workflow_dispatch
10
+ workflow_dispatch :
11
+ # See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#repository_dispatch
12
+ repository_dispatch :
13
+
14
+ jobs :
15
+ lint :
16
+ runs-on : ubuntu-latest
17
+
18
+ steps :
19
+ - name : Checkout
20
+ uses : actions/checkout@v3
21
+
22
+ - name : Arduino Lint
23
+ uses : arduino/arduino-lint-action@v1
24
+ with :
25
+ official : true
26
+ project-type : library
27
+ library-manager : update
Original file line number Diff line number Diff line change 4
4
==============
5
5
[ ![ Spell Check status] ( https://github.com/facchinm/USBHostMbed5/actions/workflows/spell-check.yml/badge.svg )] ( https://github.com/facchinm/USBHostMbed5/actions/workflows/spell-check.yml )
6
6
[ ![ Sync Labels status] ( https://github.com/facchinm/USBHostMbed5/actions/workflows/sync-labels.yml/badge.svg )] ( https://github.com/facchinm/USBHostMbed5/actions/workflows/sync-labels.yml )
7
+ [ ![ Arduino Lint] ( https://github.com/facchinm/USBHostMbed5/workflows/Arduino%20Lint/badge.svg )] ( https://github.com/facchinm/USBHostMbed5/actions?workflow=Arduino+Lint )
7
8
8
9
ARM Mbed5 USB Host library ported for [ ArduinoCore-mbed] ( https://github.com/arduino/ArduinoCore-mbed ) enabled boards.
9
10
You can’t perform that action at this time.
0 commit comments