feat: added starkent signer and creation of user account on the backend #613
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Typo Check | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
jobs: | |
typos: | |
name: Spell Check with Typos | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Use typos with config file | |
uses: crate-ci/[email protected] | |
with: | |
config: .github/workflows/config/typos.toml |