Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Nov 23, 2023
2 parents 0d34647 + 0952020 commit cc44f2b
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 cc44f2b

Please sign in to comment.