Skip to content

Commit f4198a9

Browse files
author
Shota Aoki
authored
CIファイルの名前変更 (#6)
* Rename CI to Compile Sketches * update status badge
1 parent 95ac60c commit f4198a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml renamed to .github/workflows/compile-sketches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Compile Sketches
22

33
on:
44
push:

README.md

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

3-
[![CI](https://github.com/rt-net/pico_micro_ros_examples/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/rt-net/pico_micro_ros_examples/actions/workflows/ci.yaml)
4-
3+
[![Compile Sketches](https://github.com/rt-net/pico_micro_ros_arduino_examples/actions/workflows/compile-sketches.yaml/badge.svg)](https://github.com/rt-net/pico_micro_ros_arduino_examples/actions/workflows/compile-sketches.yaml)
4+
[![Lint](https://github.com/rt-net/pico_micro_ros_arduino_examples/actions/workflows/lint.yaml/badge.svg)](https://github.com/rt-net/pico_micro_ros_arduino_examples/actions/workflows/lint.yaml)
55

66
## スケッチファイルの自動整形について
77

0 commit comments

Comments
 (0)