Skip to content

Commit 1dcde21

Browse files
authored
add example section (#14)
* add example section * apply corrections
1 parent b1f18da commit 1dcde21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ To pin the exact version:
3131
version: "0.5.0"
3232
```
3333

34+
## Examples
35+
36+
[Here][example] there is a good example on how to use the action.
37+
See also the [Arduino on GitHub Actions blogpost][blogpost] to learn more.
38+
3439
## Development
3540

3641
To work on the codebase you have to install all the dependencies:
@@ -57,3 +62,5 @@ See the [official Github documentation][pat-docs] to know more about Personal Ac
5762
6. open a PR and request a review.
5863

5964
[pat-docs]: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token
65+
[example]: https://github.com/arduino/arduino-cli-example/blob/master/.github/workflows/test.yaml
66+
[blogpost]: https://blog.arduino.cc/2019/11/14/arduino-on-github-actions/

0 commit comments

Comments
 (0)