Skip to content

feat(colors): optionally get the cursor color from the hl group at the cursor #28

feat(colors): optionally get the cursor color from the hl group at the cursor

feat(colors): optionally get the cursor color from the hl group at the cursor #28

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: stylua
if: success() || failure()
uses: pre-commit/[email protected]
with:
extra_args: stylua-github --all-files
- name: codespell
if: success() || failure()
uses: pre-commit/[email protected]
with:
extra_args: codespell --all-files