Skip to content

Commit c849dd4

Browse files
authored
Create compile-sketches-rp2040.yml
1 parent 59050cd commit c849dd4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
fqbn: rp2040:rp2040:pico

0 commit comments

Comments
 (0)