Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Introduce Lua type checking GitHub workflow (#57)
This commit adds a new GitHub workflow for type checking the Lua codebase. The workflow is triggered on push and pull requests to the main branch. It utilizes the stevearc/nvim-typecheck-action@v2 action and is set to a warning level.
- Loading branch information