Skip to content

Commit

Permalink
Add instruction to enable github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-kanodia authored Aug 15, 2023
1 parent 1d685db commit 5b4f7f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ The function when given a value of `0x079A6F9C` returns the hashed value `0x7123
```
git clone CLONE_URL
```


- **Go to your forked repo and under Actions make sure that github actions on forked repo are enabled.**

- Make changes to the `src/main.nr` file. Add your hashing logic to `calculate_hash` function. The function should take in a value and return its hash.

- Run Tests
Expand Down

0 comments on commit 5b4f7f6

Please sign in to comment.