Skip to content

Commit

Permalink
added arduino CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qfisch committed Feb 23, 2024
1 parent 5124838 commit 616b062
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Arduino Lib

on:
pull_request:
branches:
- master

jobs:
arduino_ci_checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
- uses: Arduino-CI/[email protected]
env:
EXPECT_EXAMPLES: true
6 changes: 3 additions & 3 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: PIO Lib

on:
pull_request:
branches:
- master
# pull_request:
# branches:
# - master
push:
branches:
- master
Expand Down

0 comments on commit 616b062

Please sign in to comment.