Skip to content

Commit af98377

Browse files
committed
Add "Additional resources" links to readme
1 parent 5b164ce commit af98377

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
@@ -35,6 +35,7 @@ This action checks whether [Arduino](https://www.arduino.cc/) sketches compile a
3535
- [How it works](#how-it-works)
3636
- [`enable-warnings-report`](#enable-warnings-report)
3737
- [Example usage](#example-usage)
38+
- [Additional resources](#additional-resources)
3839

3940
<!-- tocstop -->
4041

@@ -226,3 +227,9 @@ Set to `true` to cause the action to record the compiler warning count for each
226227
- name: Stepper
227228
version: 1.1.3
228229
```
230+
231+
## Additional resources
232+
233+
- [Introductory article about **arduino/compile-sketches**](https://blog.arduino.cc/2021/04/09/test-your-arduino-projects-with-github-actions/)
234+
- [**GitHub Actions** documentation](https://docs.github.com/actions/learn-github-actions/understanding-github-actions)
235+
- [Discuss or request assistance on **Arduino Forum**](https://forum.arduino.cc/)

0 commit comments

Comments
 (0)