Skip to content

Commit 7d2d5ba

Browse files
committed
docs(README): move content from AGENTS.md
1 parent 08c9556 commit 7d2d5ba

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

AGENTS.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,29 @@ The aim is to be minimal and allow free-form configuration by users instead of
129129
trying to generate it using logic in this project. Main purpose of this project
130130
is to enable writing action logic in `nix` rather than `yaml`. The
131131
opportunities opened by using `nix` are then mainly left for users to exploit.
132+
133+
## Development
134+
135+
**Format code:**
136+
137+
```sh
138+
nix develop -c pre-commit run --all-files
139+
```
140+
141+
**Check flake and evaluate tests:**
142+
143+
```sh
144+
nix flake check
145+
```
146+
147+
**Test workflow rendering locally:**
148+
149+
```sh
150+
nix run .#render-workflows
151+
```
152+
153+
**Check past commit conventions:**
154+
155+
```sh
156+
git log --oneline
157+
```

0 commit comments

Comments
 (0)