refactor(ci): switch to action
All checks were successful
/ check (push) Successful in 48s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 2s
/ report-size (push) Successful in 4s

This allows me to easily change the implementation and work on it
separately.
This commit is contained in:
Jalil David Salamé Messina 2024-12-15 20:34:46 +01:00
parent 05ec4d3116
commit 2a544ab1ac
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 2 additions and 104 deletions

View file

@ -31,5 +31,5 @@ jobs:
steps:
- uses: "https://git.salame.cl/actions/checkout@v4"
- run: nix --version
- name: Report Size
run: ci-scripts/report-size.sh
- name: Create Size Report
uses: https://git.salame.cl/jalil/nix-flake-outputs-size@main