Skip to content

Commit f19b55d

Browse files
committed
report size deltas on PRs
1 parent 7f5decc commit f19b55d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)