Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JulStrat/uCDB
Browse files Browse the repository at this point in the history
  • Loading branch information
JulStrat committed Aug 20, 2021
2 parents 166c84d + 0207191 commit f5fd140
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/arduino-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Aarduino-lint
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

0 comments on commit f5fd140

Please sign in to comment.