{"id":14235840,"url":"https://github.com/MarounMaroun/shell-checker","last_synced_at":"2025-08-11T00:33:05.027Z","repository":{"id":65158180,"uuid":"267916558","full_name":"MarounMaroun/shell-checker","owner":"MarounMaroun","description":"✅ GitHub action for running ShellCheck on shell files in your PR","archived":false,"fork":false,"pushed_at":"2020-07-13T06:15:19.000Z","size":30,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T20:16:43.552Z","etag":null,"topics":["github-actions","shell","shellcheck"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/pr-shellcheck","language":"Shell","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/MarounMaroun.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":"2020-05-29T17:28:35.000Z","updated_at":"2025-03-18T01:08:24.000Z","dependencies_parsed_at":"2023-01-05T04:49:25.748Z","dependency_job_id":null,"html_url":"https://github.com/MarounMaroun/shell-checker","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"d98a9124ad5aaba4166a3494a232f7bbe3c59f51"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MarounMaroun/shell-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarounMaroun%2Fshell-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarounMaroun%2Fshell-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarounMaroun%2Fshell-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarounMaroun%2Fshell-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarounMaroun","download_url":"https://codeload.github.com/MarounMaroun/shell-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarounMaroun%2Fshell-checker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269813625,"owners_count":24479340,"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-08-10T02:00:08.965Z","response_time":71,"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":["github-actions","shell","shellcheck"],"created_at":"2024-08-20T21:02:24.121Z","updated_at":"2025-08-11T00:33:04.671Z","avatar_url":"https://github.com/MarounMaroun.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\".meta/shellchecker.png\" width=\"30%\" height=\"30%\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  PR Shell Checker\n\u003c/h1\u003e\n\nRun [ShellCheck](https://www.shellcheck.net/) on shell files in your PR.\n\nYou can set the severity and types of warnings you want to exclude.\n\n## Usage\n\nCreate a file `checker.yml` inside `.github/workflows`:\n\n```yaml\non: [pull_request]\n\njobs:\n  shell-check:\n    runs-on: ubuntu-latest\n    name: Shell Checker\n    steps:\n      - uses: actions/checkout@v2\n      - uses: marounmaroun/shell-checker@v1\n        with:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n          severity: 'info'\n          exclude: ''\n```\n\nYou can set the severity to one of: \"error, warning, info, style\". Default is \"info\".\n\nYou can also include type of warnings to exclude. For example:\n\n```yaml\nexclude: 'SC2006,SC2148'\n```\n\nDefault value is not set, meaning that there will be no exclusions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarounMaroun%2Fshell-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMarounMaroun%2Fshell-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarounMaroun%2Fshell-checker/lists"}