Skip to content

feat: use jobstart for Neovim v0.11+ instead of termopen (#298) #697

feat: use jobstart for Neovim v0.11+ instead of termopen (#298)

feat: use jobstart for Neovim v0.11+ instead of termopen (#298) #697

Workflow file for this run

name: codespell
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
codespell:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2