We don't need to run 'make setup' for the various linting targets

pull/1144/head
Jesse Vincent 3 years ago
parent 0fc1cc89da
commit 0a3bff2df4
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -30,25 +30,21 @@ jobs:
steps:
- run: sudo apt-get install astyle
- uses: actions/checkout@v2
- run: make setup
- run: make check-astyle
check-shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make setup
- run: make shellcheck
check-cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make setup
- run: make cpplint
find-filename-conflicts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make setup
- run: make find-filename-conflicts
publish-arduino-package-on-every-commit:
runs-on: ubuntu-latest

Loading…
Cancel
Save