Skip to content

Commit

Permalink
Make uiua a required tool to verify exercises (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 12, 2024
1 parent 87d5ad9 commit 04356e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/verify-exercises
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ required_tool() {
}

required_tool jq
required_tool uiua

copy_example_or_examplar_to_solution() {
jq -c '[.files.solution, .files.exemplar // .files.example] | transpose | map({src: .[1], dst: .[0]}) | .[]' .meta/config.json \
Expand Down

0 comments on commit 04356e1

Please sign in to comment.