Skip to content

feat(dapp): add purchase name test #3473

feat(dapp): add purchase name test

feat(dapp): add purchase name test #3473

Workflow file for this run

name: Typos
on:
push:
branches:
- "develop"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: typos-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check spelling
uses: crate-ci/typos@b1a1ef3893ff35ade0cfa71523852a49bfd05d19 # v1.31.1
with:
config: ./.typos.toml