Skip to content

Commit b9aab4e

Browse files
committed
Add note about copying action setup from this project
1 parent d8b01bd commit b9aab4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Note to `arduino_ci` users
2+
3+
In this project, we define a workflow for each target platform. **If you're looking for an example you can copy from, take only `linux.yaml`.**
4+
5+
6+
### Long version
7+
8+
The reason that all platforms are tested in _this_ project is to ensure that, as a framework, `arduino_ci` will run properly on any developer's personal workstation (regardless of OS).
9+
10+
For testing an individual Arduino library in the context of GitHub, [Linux is the cheapest option](https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions) and produces results identical to the other OSes.

0 commit comments

Comments
 (0)