Skip to content

Commit d037da4

Browse files
author
ladyada
committed
no doxy or clang
1 parent 05d76f6 commit d037da4

File tree

2 files changed

+3
-46
lines changed

2 files changed

+3
-46
lines changed

.github/workflows/githubci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: test platforms
2828
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
2929

30-
clang_and_doxy:
30+
python pylint:
3131
runs-on: ubuntu-latest
3232
needs: build
3333
steps:
@@ -36,13 +36,5 @@ jobs:
3636
python-version: '3.x'
3737
- uses: actions/checkout@v2
3838

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 .
39+
- name: lint
40+
run: ./pylint_check

.travis.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)