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 7f5decc commit f19b55dCopy full SHA for f19b55d
.github/workflows/report-size-deltas.yml
@@ -0,0 +1,10 @@
1
+on:
2
+ schedule:
3
+ - cron: "*/5 * * * *"
4
+jobs:
5
+ build:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: arduino/report-size-deltas@v1
9
+ with:
10
+ sketches-reports-source: ^sketches-report-.+
0 commit comments