Skip to content

Commit b56c03d

Browse files
committed
temporarily reduce scope of CI
1 parent c586a09 commit b56c03d

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
arduino-platform: ["cpb", "cpc", "cpx_ada", "esp32", "esp8266", "feather32u4", "feather_m0_express", "feather_m4_express", "feather_rp2040", "flora", "funhouse", "gemma", "gemma_m0", "hallowing_m0", "hallowing_m4_tinyusb", "magtag", "metro_m0", "metro_m0_tinyusb", "metro_m4", "metro_m4_tinyusb", "monster_m4sk", "monster_m4sk_tinyusb", "neokeytrinkey_m0", "neotrellis_m4", "nrf52832", "nrf52840", "protrinket_5v", "proxlighttrinkey_m0", "pybadge", "pygamer", "pyportal", "qt2040_trinkey", "qtpy_m0", "rotarytrinkey_m0", "slidetrinkey_m0", "trinket_m0", "uno", "trinket_5v", "ledglasses_nrf52840" ]
10+
arduino-platform: ["cpb"]
1111
runs-on: ubuntu-18.04
1212

1313
steps:
@@ -46,22 +46,3 @@ jobs:
4646
build/*.hex
4747
build/*.bin
4848
build/*.uf2
49-
50-
pylint:
51-
runs-on: ubuntu-latest
52-
steps:
53-
- name: Set up Python 3.6
54-
uses: actions/setup-python@v1
55-
with:
56-
python-version: 3.6
57-
- name: Versions
58-
run: |
59-
python3 --version
60-
- name: Pip install pylint
61-
run: |
62-
pip install --force-reinstall pylint==2.7.1
63-
- name: Checkout Current Repo
64-
uses: actions/checkout@v2
65-
66-
- name: lint
67-
run: ./pylint_check.sh

0 commit comments

Comments
 (0)