Jalil David Salamé Messina
8a529f91e4
Some checks failed
/ check (push) Successful in 49s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 19s
/ build (nvim) (push) Successful in 9s
/ report-size (pull_request) Failing after 24s
Added as a comment to the current pull request
10 lines
221 B
YAML
10 lines
221 B
YAML
on:
|
|
pull_request:
|
|
jobs:
|
|
report-size:
|
|
runs-on: nixos
|
|
steps:
|
|
- uses: "https://git.salame.cl/actions/checkout@v4"
|
|
- run: nix --version
|
|
- name: Report Size
|
|
run: ci-scripts/report-size.sh
|