Skip to content

Commit 624a9db

Browse files
committed
.github/workflows/compile-examples.yml: Added reusable wflow.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent 89f6ffd commit 624a9db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Compile examples
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
compile-examples:
8+
uses: Infineon/arduino-devops/.github/workflows/compile-examples.yml@latest
9+
with:
10+
os-list: 'ubuntu-latest, windows-latest'
11+
secrets: inherit

0 commit comments

Comments
 (0)