mirror of https://github.com/MLXXXp/Arduboy2.git
Merge 747b1e7d4c
into bc460a2cff
This commit is contained in:
commit
0fc8c25050
.github/workflows
|
@ -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
|
Loading…
Reference in New Issue