Skip to content

feat: really use ruff instead of ruff_lsp (#4) #17

feat: really use ruff instead of ruff_lsp (#4)

feat: really use ruff instead of ruff_lsp (#4) #17

Workflow file for this run

name: nvim type check
on:
pull_request: ~
push: { branches: [main] }
jobs:
build:
name: nvim type check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stevearc/nvim-typecheck-action@v2