File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1- name : Arduino Library CI
1+ name : Build
22
33on : [pull_request, push]
44
@@ -12,11 +12,14 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/setup-python@v1
15+ - name : Setup Python
16+ uses : actions/setup-python@v1
1617 with :
1718 python-version : ' 3.x'
18- - uses : actions/checkout@v2
19- - uses : actions/checkout@v2
19+ - name : Checkout code
20+ uses : actions/checkout@v2
21+ - name : Checkout adafruit/ci-arduino
22+ uses : actions/checkout@v2
2023 with :
2124 repository : adafruit/ci-arduino
2225 path : ci
@@ -31,12 +34,14 @@ jobs:
3134 runs-on : ubuntu-latest
3235 needs : build
3336 steps :
34- - uses : actions/setup-python@v1
37+ - name : Setup Python
38+ uses : actions/setup-python@v1
3539 with :
36- python-version : ' 3.x'
37- - uses : actions/checkout@v2
38-
39- - uses : actions/checkout@v2
40+ python-version : ' 3.x'
41+ - name : Checkout code
42+ uses : actions/checkout@v2
43+ - name : Checkout adafruit/ci-arduino
44+ uses : actions/checkout@v2
4045 with :
4146 repository : adafruit/ci-arduino
4247 path : ci
Original file line number Diff line number Diff line change 11# Adafruit TinyUSB Library for Arduino
22
3- [ ![ Build Status] ( https://travis-ci .com/adafruit/Adafruit_TinyUSB_Arduino.svg?branch=master )] ( https://travis-ci.com/adafruit/Adafruit_TinyUSB_Arduino ) [ ![ License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( https://opensource.org/licenses/MIT )
3+ [ ![ Build Status] ( https://github .com/adafruit/Adafruit_TinyUSB_Arduino/workflows/Build/badge .svg )] ( https://travis-ci.com/adafruit/Adafruit_TinyUSB_Arduino ) [ ![ License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( https://opensource.org/licenses/MIT )
44
55This library works with platform that includes [ TinyUSB stack] ( https://github.com/hathach/tinyusb ) , typically you will see ** Adafruit_TinyUSB_Core** inside core folder. Supported platform are:
66
You can’t perform that action at this time.
0 commit comments