We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f6ffd commit 624a9dbCopy full SHA for 624a9db
.github/workflows/compile-examples.yml
@@ -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