Skip to content

feat(#23): add resolve_type tests and fix wrong behaviour #52

feat(#23): add resolve_type tests and fix wrong behaviour

feat(#23): add resolve_type tests and fix wrong behaviour #52

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