Skip to content

Commit 0a4612d

Browse files
authored
Merge pull request adafruit#1109 from jepler/question-authority
Remove needs: pylint for a bit more parallelism
2 parents 208c021 + fdb912b commit 0a4612d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ on: [pull_request, push, repository_dispatch]
44

55
jobs:
66
arduino:
7-
needs: pylint
87
strategy:
98
fail-fast: false
109
matrix:
1110
arduino-platform: ["uno", "nrf52832", "cpx_ada", "pyportal", "protrinket_3v", "protrinket_5v", "metro_m0", "esp8266", "esp32", "trinket_3v", "trinket_5v", "gemma", "flora", "feather32u4", "feather_m0_express", "gemma_m0", "trinket_m0", "hallowing_m0", "monster_m4sk", "hallowing_m4", "neotrellis_m4", "pybadge", "cpb"]
1211

1312
runs-on: ubuntu-latest
14-
#needs: pylint
1513

1614
steps:
1715
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)