determinate-nix-action/tools
2025-05-15 16:35:48 -04:00
..
generate.py Fix formatting issue 2025-05-15 16:34:52 -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 wording 2025-05-15 16:03:22 -04:00
state.json Update the state.json for v3.5.2 2025-05-15 15:43:31 +00: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