acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
arduino.yml (425B)
1 name: Arduino Lint 2 on: 3 push: 4 branches: [ master, release/v8.* ] 5 pull_request: 6 branches: [ master, release/v8.* ] 7 jobs: 8 lint: 9 if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }} 10 runs-on: ubuntu-latest 11 steps: 12 - uses: actions/checkout@v2 13 - uses: arduino/arduino-lint-action@v1 14 with: 15 library-manager: update