Skip to content

feat: update lsp docs to match changes introduced in https://github.c… #120

feat: update lsp docs to match changes introduced in https://github.c…

feat: update lsp docs to match changes introduced in https://github.c… #120

Workflow file for this run

name: Spell Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
with:
config: ./_typos.toml