File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ This action checks whether [Arduino](https://www.arduino.cc/) sketches compile a
35
35
- [ How it works] ( #how-it-works )
36
36
- [ ` enable-warnings-report ` ] ( #enable-warnings-report )
37
37
- [ Example usage] ( #example-usage )
38
+ - [ Additional resources] ( #additional-resources )
38
39
39
40
<!-- tocstop -->
40
41
@@ -226,3 +227,9 @@ Set to `true` to cause the action to record the compiler warning count for each
226
227
- name: Stepper
227
228
version: 1.1.3
228
229
` ` `
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/)
You can’t perform that action at this time.
0 commit comments