{"id":19253452,"url":"https://github.com/stevearc/nvim-typecheck-action","last_synced_at":"2025-09-23T13:49:58.521Z","repository":{"id":187992273,"uuid":"677924269","full_name":"stevearc/nvim-typecheck-action","owner":"stevearc","description":"Github action for typechecking a neovim plugin","archived":false,"fork":false,"pushed_at":"2025-02-12T05:06:57.000Z","size":17,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"v2","last_synced_at":"2025-09-11T06:19:44.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevearc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-13T05:09:59.000Z","updated_at":"2025-05-04T20:00:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b1ddb94-70bf-4e9e-8885-2ea468595f75","html_url":"https://github.com/stevearc/nvim-typecheck-action","commit_stats":null,"previous_names":["stevearc/nvim-typecheck-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stevearc/nvim-typecheck-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevearc%2Fnvim-typecheck-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevearc%2Fnvim-typecheck-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevearc%2Fnvim-typecheck-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevearc%2Fnvim-typecheck-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevearc","download_url":"https://codeload.github.com/stevearc/nvim-typecheck-action/tar.gz/refs/heads/v2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevearc%2Fnvim-typecheck-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276588235,"owners_count":25668825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T18:31:06.372Z","updated_at":"2025-09-23T13:49:58.484Z","avatar_url":"https://github.com/stevearc.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# nvim-typecheck-action\n\nGithub action for typechecking a neovim plugin\n\nIf you are using the [type annotations from LuaLS](https://luals.github.io/wiki/annotations/), this action will typecheck your plugin.\n\n## Usage\n\nCreate the file `.github/workflows/typecheck.yml` with the following contents:\n\n```yaml\n---\nname: Type check\non:\n  pull_request: ~\n  push:\n    branches:\n      - master\n\njobs:\n  build:\n    name: Type check\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v4\n      - uses: stevearc/nvim-typecheck-action@v2\n```\n\n## Inputs\n\nThe following optional inputs can be specified using `with:`\n\n### `path`\n\nThe path to typecheck\n\n```yaml\n- uses: stevearc/nvim-typecheck-action@v2\n  with:\n    path: lua\n```\n\n### `level`\n\nThe minimum level of diagnostic that should be logged. One of `Error`, `Warning`, or `Information`\n\n```yaml\n- uses: stevearc/nvim-typecheck-action@v2\n  with:\n    level: Error\n```\n\n### `configpath`\n\nPath to a [`luarc.json`](https://luals.github.io/wiki/configuration/) file\n\n```yaml\n- uses: stevearc/nvim-typecheck-action@v2\n  with:\n    configpath: \".luarc.json\"\n```\n\n### `libraries`\n\nSpace-separated list of github repos to add to the library path.\nUse this if your plugin depends on types that are declared in another plugin.\n\n```yaml\n- uses: stevearc/nvim-typecheck-action@v2\n  with:\n    libraries: |\n      https://github.com/nvim-neotest/neotest\n```\n\n### `nvim-version`\n\nWhich version of Neovim to use to run the check.\n\n```yaml\n- uses: stevearc/nvim-typecheck-action@v2\n  with:\n    nvim-version: v0.10.0\n```\n\n### `luals-version`\n\nWhich version of lua-language-server to use to run the check.\n\n```yaml\n- uses: stevearc/nvim-typecheck-action@v2\n  with:\n    luals-version: 3.9.1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevearc%2Fnvim-typecheck-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevearc%2Fnvim-typecheck-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevearc%2Fnvim-typecheck-action/lists"}