Skip to content

Commit aa4ed68

Browse files
authored
build: 🔨 checks on generated data package from template (#106)
# Description Runs the justfile checks from the built data package created from the template. This depends on #101 and doesn't work without. Closes #56 This PR needs a quick review. ## Checklist - [ ] Ran `just run-all`
1 parent c5b121e commit aa4ed68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ test:
4747
--data author_email="first.last@example.com" \
4848
--data review_team="@first-last/developers" \
4949
--data github_board_number=22
50-
# TODO: Other checks/tests?
50+
# Run checks in the generated test data package
51+
(cd $test_dir/$test_name && just check-python check-spelling)
5152

5253
# Clean up any leftover and temporary build files
5354
cleanup:

0 commit comments

Comments
 (0)