WIP: refactor: port to JS
This should hopefully reduce the complexity of the action
This commit is contained in:
parent
a26909cb8c
commit
0be52794ad
20 changed files with 215059 additions and 109 deletions
|
@ -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,7 +18,7 @@ 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: ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue