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
The likely use for a sketches report workflow artifact is for the `arduino/report-size-deltas` action. Especially now that they are hosted in separate repositories, it makes more sense to provide this example in the documentation of that action alongside the `arduino/report-size-deltas` example that inherently depends on it.
Copy file name to clipboardExpand all lines: README.md
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,6 @@ Set to `true` to cause the action to record the compiler warning count for each
210
210
211
211
## Example usage
212
212
213
-
Only compiling examples:
214
213
```yaml
215
214
- uses: arduino/compile-sketches@main
216
215
with:
@@ -220,14 +219,3 @@ Only compiling examples:
220
219
- name: Stepper
221
220
version: 1.1.3
222
221
```
223
-
224
-
Storing the sketches compilation report report as a [workflow artifact](https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts):
0 commit comments