Skip to content

✨ add functional wallet #14

✨ add functional wallet

✨ add functional wallet #14

Workflow file for this run

name: Spellcheck
on:
push:
pull_request:
permissions:
contents: read
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CLICOLOR: 1
jobs:
pre_ci:
uses: dtolnay/.github/.github/workflows/pre_ci.yml@master
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
needs: pre_ci
if: needs.pre_ci.outputs.continue
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/typos@master
with:
config: ./typos.toml