You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add example companion workflow for creating sketches report workflow artifact to readme
Adding the example workflow to generate the workflow artifact to the arduino/report-size-deltas readme allows the arduino/compile-sketches readme to only demonstrate the basic use of the action without confusing the issue by showing the creation of a workflow artifact that will only be of use to arduino/report-size-deltas users.
Copy file name to clipboardExpand all lines: README.md
+17
Original file line number
Diff line number
Diff line change
@@ -32,3 +32,20 @@ jobs:
32
32
steps:
33
33
- uses: arduino/report-size-deltas@main
34
34
```
35
+
36
+
This must be used in conjunction with a workflow that runs the [`arduino/compile-sketches`](https://github.com/arduino/compile-sketches) action and uploads the resulting sketches report to a [workflow artifact](https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts):
0 commit comments