Skip to content

Commit

Permalink
Create compile_examples.yml
Browse files Browse the repository at this point in the history
Add workflow
  • Loading branch information
hasenradball authored Oct 27, 2023
1 parent 286911a commit 63616b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Compile examples folder

on:
- push
- pull_request

jobs:
compile-examples:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: arduino/compile-sketches@v1
with:
libraries: |
- source-path: ./

0 comments on commit 63616b5

Please sign in to comment.