Skip to content

refactor: add compatible tbl_flatten and lsp_get_clients for new version 0.10 #3109

refactor: add compatible tbl_flatten and lsp_get_clients for new version 0.10

refactor: add compatible tbl_flatten and lsp_get_clients for new version 0.10 #3109

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install codespell
run: pip install codespell
- name: Use codespell
run: codespell --quiet-level=2 --check-hidden --skip=./doc/server_configurations.md,./doc/server_configurations.txt --ignore-words=.codespellignorewords