{"id":26473091,"url":"https://github.com/ragedunicorn/action-luacheck","last_synced_at":"2026-05-16T00:34:32.858Z","repository":{"id":65158363,"uuid":"420171866","full_name":"RagedUnicorn/action-luacheck","owner":"RagedUnicorn","description":"A github action that uses luacheck to lint full codebases or specific files","archived":false,"fork":false,"pushed_at":"2021-10-22T17:41:28.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-14T09:44:08.485Z","etag":null,"topics":["actions","github-actions","lint","lua","luacheck"],"latest_commit_sha":null,"homepage":"","language":null,"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/RagedUnicorn.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}},"created_at":"2021-10-22T16:37:54.000Z","updated_at":"2021-10-22T19:34:02.000Z","dependencies_parsed_at":"2023-01-13T15:43:19.319Z","dependency_job_id":null,"html_url":"https://github.com/RagedUnicorn/action-luacheck","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RagedUnicorn%2Faction-luacheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RagedUnicorn%2Faction-luacheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RagedUnicorn%2Faction-luacheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RagedUnicorn%2Faction-luacheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RagedUnicorn","download_url":"https://codeload.github.com/RagedUnicorn/action-luacheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244513916,"owners_count":20464601,"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","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":["actions","github-actions","lint","lua","luacheck"],"created_at":"2025-03-19T21:50:52.793Z","updated_at":"2026-05-16T00:34:32.853Z","avatar_url":"https://github.com/RagedUnicorn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-luacheck\n\n\u003e A GitHub action that uses luacheck to lint full codebases or specific files\n\n\u003cimg src=\"/docs/github_luacheck_action.png\" width=\"150\"/\u003e\n\nThis action runs as a Docker container using\n[ragedunicorn/docker-luacheck](https://github.com/RagedUnicorn/docker-luacheck) and therefore only\nruns on Linux runners (`ubuntu-*`).\n\n# How to use\n\n#### Basic usage\n\n```yaml\non: [push]\n\njobs:\n  lint-luacheck:\n    runs-on: ubuntu-latest\n    name: Luacheck linting\n    steps:\n      - name: Checkout Repository\n        uses: actions/checkout@v2\n      - name: Run Luacheck\n        uses: RagedUnicorn/action-luacheck@[version]\n```\n\n#### Custom Path and Arguments\n\n```yaml\non: [push]\n\njobs:\n  lint-luacheck:\n    runs-on: ubuntu-latest\n    name: Luacheck linting\n    steps:\n      - name: Checkout Repository\n        uses: actions/checkout@v2\n      - name: Run Luacheck\n        uses: RagedUnicorn/action-luacheck@[version]\n        with:\n            files: code/\n            args: -q\n```\n\n# Inputs\n\n| Name    | Required | Default | Description                                                                                                          |\n|---------|----------|---------|----------------------------------------------------------------------------------------------------------------------|\n| `files` | no       | `.`     | List of files or directories to lint, resolved relative to the repository root.                                      |\n| `args`  | no       | _empty_ | Extra command-line arguments forwarded to luacheck. See the [luacheck CLI docs](https://luacheck.readthedocs.io/en/stable/cli.html). |\n\n# License\n\nMIT License\n\nCopyright (c) 2026 Michael Wiesendanger\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragedunicorn%2Faction-luacheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragedunicorn%2Faction-luacheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragedunicorn%2Faction-luacheck/lists"}