Skip to content

feat(command): add model command to get/set the model #134

feat(command): add model command to get/set the model

feat(command): add model command to get/set the model #134

Workflow file for this run

name: Typecheck
on: [push, pull_request]
jobs:
build:
name: Type Check Code Base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: stevearc/nvim-typecheck-action@v2
with:
level: Warning
configpath: ".luarc.json"