Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Jan 6, 2025
1 parent 9aeced2 commit 96d1abc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/arduino.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Arduino Lib Compliance

on:
pull_request:
branches: [master]
push:
branches: [master]

jobs:
arduino_ci:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: Arduino-CI/[email protected]
env:
EXPECT_EXAMPLES: true

0 comments on commit 96d1abc

Please sign in to comment.