Compare commits

..

1 commit

Author SHA1 Message Date
c092a886c8
WIP: refactor: port to JS
Some checks failed
/ check (treefmt) (push) Successful in 4s
/ report-size (push) Failing after 5s
/ report-download-check (push) Has been skipped
This should hopefully reduce the complexity of the action
2025-07-10 23:59:52 +02:00

View file

@ -23,6 +23,7 @@ jobs:
- name: Create Size Report - name: Create Size Report
uses: ./ uses: ./
with: with:
system: x86_64-linux
# Create a comment on the associated PR # Create a comment on the associated PR
comment-on-pr: ${{ github.ref_name != 'main' }} comment-on-pr: ${{ github.ref_name != 'main' }}
# Generate artifacts on main (to speed up comparisons) # Generate artifacts on main (to speed up comparisons)