Skip to content

Commit 304774d

Browse files
committed
switch to pylint first
1 parent 2deb639 commit 304774d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [pull_request, push, repository_dispatch]
44

55
jobs:
66
arduino:
7+
needs: pylint
78
strategy:
89
fail-fast: false
910
matrix:
@@ -42,7 +43,6 @@ jobs:
4243

4344
pylint:
4445
runs-on: ubuntu-latest
45-
needs: arduino
4646
steps:
4747
- name: Set up Python 3.6
4848
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)