WIP: refactor: port to JS
Some checks failed
/ check (treefmt) (push) Successful in 4s
/ report-size (push) Failing after 4s
/ report-download-check (push) Has been skipped

This should hopefully reduce the complexity of the action
This commit is contained in:
Jalil David Salamé Messina 2025-07-10 22:03:45 +02:00
parent 1b14f63169
commit 8925f3da6d
Signed by: jalil
GPG key ID: F016B9E770737A0B
20 changed files with 215060 additions and 109 deletions

View file

@ -8,7 +8,7 @@ jobs:
check:
- treefmt
steps:
- uses: "https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
- uses: 'https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4
- name: Run checks
run: |
nix --version
@ -18,11 +18,12 @@ jobs:
runs-on: nixos
needs: check
steps:
- uses: "https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
- uses: 'https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4
- run: nix --version
- name: Create Size Report
uses: ./
with:
system: x86_64-linux
# Create a comment on the associated PR
comment-on-pr: ${{ github.ref_name != 'main' }}
# Generate artifacts on main (to speed up comparisons)