Skip to content

Commit 5238bc3

Browse files
committedMay 2, 2021
Add links to sketch compilation actions
1 parent 7952cff commit 5238bc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
[![Compile Sketch status](https://github.com/arduino/arduino-cli-example/actions/workflows/compile-sketch.yml/badge.svg)](https://github.com/arduino/arduino-cli-example/actions/workflows/compile-sketch.yml)
44

5-
This repository is the companion of an article on Arduino's blog about tools for continuous integration testing of Arduino sketches with GitHub Actions.
5+
This repository is the companion of [an article on Arduino's blog](https://blog.arduino.cc/2021/04/09/test-your-arduino-projects-with-github-actions/) about tools for continuous integration testing of Arduino sketches with GitHub Actions.
66

77
It only serves as a basic demonstration of the [`arduino/compile-sketches` GitHub Actions action](https://github.com/arduino/compile-sketches).
88

9+
- See the blog post [here](https://blog.arduino.cc/2021/04/09/test-your-arduino-projects-with-github-actions/)
910
- See the workflow [here](https://github.com/arduino/arduino-cli-example/blob/compile-sketches-demo/.github/workflows/compile-sketch.yml)
1011
- See the workflow runs [here](https://github.com/arduino/arduino-cli-example/actions/workflows/compile-sketch.yml)

0 commit comments

Comments
 (0)
Please sign in to comment.