WARNING: This repository is used for Arduino's development of experimental GitHub Actions. They are unstable and not fully tested. Use at your own risk!
Actions will be moved to dedicated repositories when they are ready for production usage.
Usage information can be found in their respective folders.
-
libraries/compile-examples uses Arduino CLI to do compilation testing of your Arduino library.
-
libraries/report-size-deltas comments on pull requests to provide a report of the resulting change in memory usage to the Arduino library's example sketch.
-
libraries/report-size-trends records the sketch memory usage data reported by the
arduino/actions/libraries/compile-examples
action in a Google Sheets spreadsheet. -
libraries/spell-check checks the files of your repository for commonly misspelled words.
-
setup-taskfile makes Taskfile available to your Workflows.
Note: Several actions previously hosted in this experimental repository have reached stable status and been moved to dedicated repositories:
-
arduino/setup-arduino-cli makes the Arduino CLI available to your Workflows.
-
arduino/setup-protoc makes the protobuf compiler available to your Workflows.