Skip to content

enh(#45): add defineProps tests and refine logic #62

enh(#45): add defineProps tests and refine logic

enh(#45): add defineProps tests and refine logic #62

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: 20
- name: Run Spell Check
shell: bash
run: npx cspell "**" --gitignore