Skip to content

fix: add workaround for jobstart issues on nvim nightly (#305) (#307) #733

fix: add workaround for jobstart issues on nvim nightly (#305) (#307)

fix: add workaround for jobstart issues on nvim nightly (#305) (#307) #733

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