File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# These are supported funding model platforms
22
33github : RobTillaart
4-
4+ custom : " https://www.paypal.me/robtillaart "
Original file line number Diff line number Diff line change 1-
21name : Arduino-lint
32
43on : [push, pull_request]
54jobs :
65 lint :
76 runs-on : ubuntu-latest
7+ timeout-minutes : 5
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 - uses : arduino/arduino-lint-action@v1
1111 with :
1212 library-manager : update
13- compliance : strict
13+ compliance : strict
Original file line number Diff line number Diff line change 1- ---
21name : Arduino CI
32
43on : [push, pull_request]
54
65jobs :
76 runTest :
87 runs-on : ubuntu-latest
8+ timeout-minutes : 20
99
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - uses : ruby/setup-ruby@v1
1313 with :
1414 ruby-version : 2.6
1515 - run : |
1616 gem install arduino_ci
17- arduino_ci.rb
17+ arduino_ci.rb
Original file line number Diff line number Diff line change 99jobs :
1010 test :
1111 runs-on : ubuntu-latest
12+ timeout-minutes : 5
1213 steps :
13- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1415 - name : json-syntax-check
15- uses : limitusus/json-syntax-check@v1
16+ uses : limitusus/json-syntax-check@v2
1617 with :
17- pattern : " \\ .json$"
18-
18+ pattern : " \\ .json$"
You can’t perform that action at this time.
0 commit comments