Skip to content

Commit b25d47a

Browse files
authored
docs: 📝 add justfile recipe comments (#107)
# Description These recipes didn't have any comments to them. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 71ef821 commit b25d47a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ check-commits:
2929
check-spelling:
3030
uvx typos
3131

32+
# Test and check that a data package can be created from the template
3233
test:
3334
#!/bin/zsh
3435
test_dir="$(pwd)/_temp"
@@ -47,6 +48,7 @@ test:
4748
--data github_board_number=22
4849
# TODO: Other checks/tests?
4950

51+
# Clean up any leftover and temporary build files
5052
cleanup:
5153
#!/bin/zsh
5254
rm -rf _temp

0 commit comments

Comments
 (0)