Skip to content

Commit

Permalink
feat: add course_definition.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed May 23, 2024
1 parent dc7be70 commit 77b88f2
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,9 @@ record_fixtures:

update_tester_utils:
go get -u github.com/codecrafters-io/tester-utils

copy_course_file:
gh api repos/codecrafters-io/build-your-own-shell/contents/course-definition.yml \
| jq -r .content \
| base64 -d \
> internal/test_helpers/course_definition.yml
Loading

0 comments on commit 77b88f2

Please sign in to comment.