ci: split build and publish workflows (#2795)

This commit is contained in:
Baptiste Augrain
2026-04-18 02:56:46 +02:00
committed by GitHub
parent 7a41cce96d
commit ddf1059d9d
18 changed files with 1019 additions and 592 deletions

10
justfile Normal file
View File

@@ -0,0 +1,10 @@
set shell := ["bash", "-uc"]
ci-lint:
zizmor .
ci-lint-fix:
zizmor . --fix=all
ci-update:
PINACT_MIN_AGE=7 pinact run