Skip to content

Commit

Permalink
hook up tutorial 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Sep 5, 2023
1 parent fbb770a commit cc51dcc
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 225 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,16 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Test"
npx ts-node scripts/tutorial-runner.ts docs/zkapps/tutorials/01-hello-world.mdx
common-types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
# In case of version change, update README.md accordingly
node-version: 16
- run: |
npm ci
git config --global user.email "[email protected]"
git config --global user.name "Test"
npx ts-node scripts/tutorial-runner.ts docs/zkapps/tutorials/05-common-types-and-functions.mdx
Loading

0 comments on commit cc51dcc

Please sign in to comment.