Skip to content

feat(sdks): sealevel fee support svm sdk [IGNORE FOR NOW] #2265

feat(sdks): sealevel fee support svm sdk [IGNORE FOR NOW]

feat(sdks): sealevel fee support svm sdk [IGNORE FOR NOW] #2265

Workflow file for this run

# Spell checking with typos (https://github.com/crate-ci/typos)
# See .spellcheck/typos.toml for configuration.
name: spellcheck
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: Spell check
uses: crate-ci/typos@v1
with:
config: ./.spellcheck/typos.toml