This commit is contained in:
Andrew 2023-09-02 23:59:07 -07:00 committed by GitHub
commit 0fc8c25050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
.github/workflows

10
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,10 @@
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict