determinate-nix-action/tools
Martin Wimpress a2eb5f849c
Update tools/README.template.md
Co-authored-by: Graham Christensen <graham@grahamc.com>
2025-05-15 15:26:56 +01:00
..
generate.py Initial commit 2025-05-14 17:20:48 -04:00
generate.sh Initial commit 2025-05-14 17:20:48 -04:00
README.md Initial commit 2025-05-14 17:20:48 -04:00
README.template.md Update tools/README.template.md 2025-05-15 15:26:56 +01:00
state.json Initial commit 2025-05-14 17:20:48 -04:00
update-state.sh Initial commit 2025-05-14 17:20:48 -04:00

Regenerate the readme:

./tools/update-state.sh <determinate-nixd version, like v3.5.2>
./tools/generate.sh

Before committing, lint your code:

ruff format
ruff check
shellcheck ./tools/*.sh