Skip to content

fix: add missing run.sh for x402 scenario #403

fix: add missing run.sh for x402 scenario

fix: add missing run.sh for x402 scenario #403

Workflow file for this run

name: "Check Spelling"
on:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v7
with:
incremental_files_only: true