Skip to content

Commit 7aebc40

Browse files
committed
test: Add typecheck
1 parent c194875 commit 7aebc40

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
- name: Lint
3737
run: luacheck lua/
3838

39+
typecheck:
40+
runs-on: ubuntu-latest
41+
steps:
42+
- uses: actions/checkout@v4
43+
- uses: stevearc/nvim-typecheck-action@v2
44+
with:
45+
path: lua/
46+
3947
unit_test:
4048
runs-on: ubuntu-latest
4149

0 commit comments

Comments
 (0)