Skip to content

Commit 4305460

Browse files
authored
Create compile-sketches-stm32.yml
1 parent b542a36 commit 4305460

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on: [push, pull_request]
2+
jobs:
3+
compile-sketches:
4+
runs-on: ubuntu-latest
5+
steps:
6+
- uses: actions/checkout@v4
7+
- uses: arduino/compile-sketches@v1
8+
with:
9+
platforms: |
10+
- name: stm32:stm32
11+
source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
12+
fqbn: stm32:stm32:GENERIC_F405RGTX
13+
14+
15+

0 commit comments

Comments
 (0)