{"id":22741345,"url":"https://github.com/pollenjp/setup-shellcheck","last_synced_at":"2026-05-06T01:31:17.355Z","repository":{"id":264562790,"uuid":"893670163","full_name":"pollenjp/setup-shellcheck","owner":"pollenjp","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-10T19:11:26.000Z","size":1840,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T22:59:39.543Z","etag":null,"topics":["ci","github-actions","shell"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-shellcheck","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pollenjp.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-25T01:55:55.000Z","updated_at":"2025-01-19T18:40:24.000Z","dependencies_parsed_at":"2024-11-25T04:28:22.880Z","dependency_job_id":null,"html_url":"https://github.com/pollenjp/setup-shellcheck","commit_stats":null,"previous_names":["pollenjp/setup-shellcheck"],"tags_count":0,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollenjp%2Fsetup-shellcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollenjp%2Fsetup-shellcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollenjp%2Fsetup-shellcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollenjp%2Fsetup-shellcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pollenjp","download_url":"https://codeload.github.com/pollenjp/setup-shellcheck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246273553,"owners_count":20750906,"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":["ci","github-actions","shell"],"created_at":"2024-12-11T00:09:53.726Z","updated_at":"2025-11-09T09:05:28.180Z","avatar_url":"https://github.com/pollenjp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-shellcheck\n\n- Install [shellcheck](https://github.com/koalaman/shellcheck) and cache it for\n  GitHub Actions\n- Caching makes it especially efficient when using self-hosted runners\n\n## Usage\n\n```yaml\njobs:\n  shellcheck:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: pollenjp/setup-shellcheck@v1\n        with:\n          version: latest\n          # version: 0.10.0\n      - uses: actions/checkout@v4\n      - name: Run shellcheck\n        run: shellcheck script.sh\n```\n\nIf you use GitHub Enterprise Server, set the specific version (`X.Y.Z`), or set\n`github-token` empty and `version: latest`.\n\n```yaml\njobs:\n  shellcheck:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: pollenjp/setup-shellcheck@v1\n        with:\n          version: 0.10.0\n          #\n          #or\n          #\n          # version: latest  # 'latest' requests GitHub API (github.com)\n          # github-token: '' # Empty token may result in reaching the rate limit\n          #                  # for anonymous requests\n      - uses: actions/checkout@v4\n      - name: Run shellcheck\n        run: shellcheck script.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpollenjp%2Fsetup-shellcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpollenjp%2Fsetup-shellcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpollenjp%2Fsetup-shellcheck/lists"}