WIP
All checks were successful
run tests / check (push) Successful in 22s
run tests / release (push) Successful in 16s

This commit is contained in:
2025-12-05 21:05:59 +01:00
parent bd50bef4ad
commit 1add198c39
37 changed files with 2598 additions and 0 deletions

11
dump/action.yaml Normal file
View File

@@ -0,0 +1,11 @@
name: "dump project description"
description: "dump current project description"
runs:
using: composite
steps:
- name: dump project description
run: |
nix run ${{ github.action_path }} -- \
dump \
--state "${RELEASE_ACTION_STATEFILE}"