Skip to content

Commit

Permalink
Arduino library lint workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 5, 2023
1 parent 732ee42 commit 153dcc3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/arduino_lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Arduino Lint

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
lint:
name: Arduino Lint Check
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: arduino/arduino-lint-action@v1
with:
project-type: library
library-manager: false
compliance: strict

0 comments on commit 153dcc3

Please sign in to comment.