mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-02-24 22:57:12 +00:00
Initial commit
This commit is contained in:
parent
681714470d
commit
fbd616d075
15 changed files with 800 additions and 0 deletions
14
tools/README.md
Normal file
14
tools/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue