Skip to content

Commit c94af92

Browse files
committed
ci: add nvim-typecheck action
1 parent fe02803 commit c94af92

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/nvim-typecheck.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: nvim type check
2+
on:
3+
pull_request: ~
4+
push: { branches: [main] }
5+
6+
jobs:
7+
build:
8+
name: nvim type check
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: stevearc/nvim-typecheck-action@v2

0 commit comments

Comments
 (0)