Skip to content

Commit a683bd2

Browse files
author
ShotaAk
committed
Add README and workflow file
1 parent 4c5da46 commit a683bd2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**.md'
7+
pull_request:
8+
paths-ignore:
9+
- '**.md'
10+
workflow_dispatch:
11+
12+
jobos:
13+
compile-sketches:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v3
17+
- uses: arduino/compile-sketches@v1
18+
with:
19+
# 要修正
20+
fqbn: arduino:avr:uno
21+
sketch-paths: |
22+
- uROS_STEP1_LED

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# micro-ROS examples for Pi:Co Classic 3
2+

0 commit comments

Comments
 (0)