We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d76f6 commit d037da4Copy full SHA for d037da4
.github/workflows/githubci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: test platforms
28
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
29
30
- clang_and_doxy:
+ python pylint:
31
runs-on: ubuntu-latest
32
needs: build
33
steps:
@@ -36,13 +36,5 @@ jobs:
36
python-version: '3.x'
37
- uses: actions/checkout@v2
38
39
- - uses: actions/checkout@v2
40
- with:
41
- repository: adafruit/ci-arduino
42
- path: ci
43
-
44
- - name: pre-install
45
- run: bash ci/actions_install.sh
46
47
- - name: clang
48
- run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
+ - name: lint
+ run: ./pylint_check
.travis.yml
0 commit comments