ci: add `nvim-typecheck` action

remotes/origin/HEAD
Chris Grieser 2024-06-02 14:16:30 +02:00
parent 154a56c8f2
commit ce506bb677
1 changed files with 12 additions and 0 deletions

12
.github/workflows/nvim-typecheck.yml vendored Normal file
View File

@ -0,0 +1,12 @@
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