Skip to content

feat: RFC-003 Partial Bundling #38

feat: RFC-003 Partial Bundling

feat: RFC-003 Partial Bundling #38

name: Code Spell Check
on: [pull_request]
jobs:
code-spell-check:
name: Spell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- name: Run Spell Check
shell: bash
run: npx cspell "**" --gitignore