We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afd635 commit c10db96Copy full SHA for c10db96
.github/workflows/compile_examples.yml
@@ -110,6 +110,7 @@ jobs:
110
- name: MIDI Library
111
- name: Arduino_AdvancedAnalog
112
enable-deltas-report: true
113
+ enable-warnings-report: true
114
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
115
116
- name: Save sketches report as workflow artifact
@@ -134,6 +135,6 @@ jobs:
134
135
merge-multiple: true
136
path: ${{ env.SKETCHES_REPORTS_PATH }}
137
- - uses: arduino/report-size-deltas@v1
138
+ - uses: tfry-git/report-size-deltas
139
with:
140
sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments