Skip to content
Next Next commit
Add "Additional resources" links to readme
  • Loading branch information
per1234 committed Mar 23, 2023
commit af9837712ad34602b099fdb587eb72cfd9d8fff3
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This action checks whether [Arduino](https://www.arduino.cc/) sketches compile a
- [How it works](#how-it-works)
- [`enable-warnings-report`](#enable-warnings-report)
- [Example usage](#example-usage)
- [Additional resources](#additional-resources)

<!-- tocstop -->

Expand Down Expand Up @@ -226,3 +227,9 @@ Set to `true` to cause the action to record the compiler warning count for each
- name: Stepper
version: 1.1.3
```

## Additional resources

- [Introductory article about **arduino/compile-sketches**](https://blog.arduino.cc/2021/04/09/test-your-arduino-projects-with-github-actions/)
- [**GitHub Actions** documentation](https://docs.github.com/actions/learn-github-actions/understanding-github-actions)
- [Discuss or request assistance on **Arduino Forum**](https://forum.arduino.cc/)