Merge pull request #1109 from jepler/question-authority

Remove needs: pylint for a bit more parallelism
This commit is contained in:
Limor "Ladyada" Fried 2020-05-17 17:13:51 -04:00 committed by GitHub
commit 0a4612de71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,12 @@ on: [pull_request, push, repository_dispatch]
jobs:
arduino:
needs: pylint
strategy:
fail-fast: false
matrix:
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"]
runs-on: ubuntu-latest
#needs: pylint
steps:
- uses: actions/setup-python@v1