File tree Expand file tree Collapse file tree 2 files changed +26
-19
lines changed
Expand file tree Collapse file tree 2 files changed +26
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -129,3 +129,29 @@ The aim is to be minimal and allow free-form configuration by users instead of
129129trying to generate it using logic in this project. Main purpose of this project
130130is to enable writing action logic in ` nix ` rather than ` yaml ` . The
131131opportunities 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+ ```
You can’t perform that action at this time.
0 commit comments