Skip to content

Commit

Permalink
feat: added github action spell check + inco workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
Molaryy committed Oct 26, 2024
1 parent 5a49620 commit dac813f
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ jobs:
.github/workflows/config/.markdownlint.jsonc,
${{ steps.changed-files.outputs.all_changed_files }}
separator: ","
spell-check:
runs-on: ubuntu-latest
steps:
- name: Spell checker
uses: actions/checkout@v3
uses: rojopolis/spellcheck-github-actions@v0
name: Spellcheck
with:
source_files: $(find . -type f -name "*.md" -print)
task_name: Markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

✔️ Learn how to deploy and interact with a contract

✔️ Discover the Starton tools to easily build blockchain applications
✔️ Discover Inco and what's the FHE in an EVM


## Step 0: Initialization
Expand Down Expand Up @@ -103,8 +103,8 @@ But there's still a lot to discover, here are a few links:

## Authors

| [<img src="https://github.com/Doozers.png?size=85" width=85><br><sub>Ismaël Fall</sub>](https://github.com/Doozers) | [<img src="https://github.com/RezaRahemtola.png?size=85" width=85><br><sub>Reza Rahemtola</sub>](https://github.com/RezaRahemtola)
| :---: | :---: |
| [<img src="https://github.com/Molaryy.png?size=85" width=85><br><sub>Mohammed JBILOU</sub>](https://github.com/Molaryy) |
| :---: |
<h2 align=center>
Organization
</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To make API calls, you will need to install a tool like [Postman](https://www.po

> 💡 You can also use [Hoppscotch](https://hoppscotch.io/), [curl](https://curl.haxx.se/) (often already installed on your computer), or whatever other tool you want for your tests since they will be personal, but we highly recommend `postman` as we will explain you how to use it.
## Starton
## Forge

In this workshop, you'll use [Starton](https://www.starton.io/), a service to easily connect Web2 applications to blockchain with a simple API.
With it, you can do a lot of things: monitoring on-chain events, deploying an interacting with smart contracts, uploading files to IPFS...
Expand Down
File renamed without changes.

0 comments on commit dac813f

Please sign in to comment.