Skip to content

Commit 155b44d

Browse files
committed
Add "Additional resources" section to readme
1 parent fa666e2 commit 155b44d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This action comments on the pull request with a report on the resulting change i
2929
- [Example usage](#example-usage)
3030
- [Scheduled workflow](#scheduled-workflow)
3131
- [Workflow triggered by `pull_request` event](#workflow-triggered-by-pull_request-event)
32+
- [Additional resources](#additional-resources)
3233

3334
<!-- tocstop -->
3435

@@ -152,3 +153,9 @@ jobs:
152153
with:
153154
sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }}
154155
```
156+
157+
## Additional resources
158+
159+
- [Introductory article about **arduino/report-size-deltas**](https://blog.arduino.cc/2021/04/09/test-your-arduino-projects-with-github-actions/)
160+
- [**GitHub Actions** documentation](https://docs.github.com/actions/learn-github-actions/understanding-github-actions)
161+
- [Discuss or request assistance on **Arduino Forum**](https://forum.arduino.cc/)

0 commit comments

Comments
 (0)