diff --git a/.github/workflows/nvim-typecheck.yml b/.github/workflows/nvim-typecheck.yml new file mode 100644 index 0000000..0fdeb1e --- /dev/null +++ b/.github/workflows/nvim-typecheck.yml @@ -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