Skip to content

Commit

Permalink
add code links into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm authored Oct 26, 2023
1 parent 997ccd3 commit 14350eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To quickly spin up `katana-ci` server, you can do the following:

## GitHub CI

To setup your action in the GitHub CI, you can check the full example in `.github/workflows/example.yml`, and you also have a test in `examples/e2e.rs` with
To setup your action in the GitHub CI, you can check the full example in [.github/workflows/example.yml](https://github.com/ArkProjectNFTs/katana-ci/blob/main/.github/workflows/example.yml), and you also have a test in [examples/e2e.rs](https://github.com/ArkProjectNFTs/katana-ci/blob/main/examples/e2e.rs) with
all basic actions on a contract with `starknet-rs` -> declare, deploy (which is an invoke with the UDC), call.

You can use the [katana-ci-action](https://github.com/ArkProjectNFTs/katana-ci-action) to abstract the call to the `katana-ci` server.
Expand Down

0 comments on commit 14350eb

Please sign in to comment.