Skip to content

Add compatibility for both new and legacy I2S drivers. #35

Add compatibility for both new and legacy I2S drivers.

Add compatibility for both new and legacy I2S drivers. #35

name: Arduino Lint
on:
push:
pull_request:
jobs:
lint:
name: Lint Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict
project-type: all