Skip to content

Commit

Permalink
Create Compile_Examples_folder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball authored Nov 23, 2023
1 parent 7861231 commit 0952020
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/Compile_Examples_folder.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 0952020

Please sign in to comment.