{"id":22506202,"url":"https://github.com/illvart/beautysh-action","last_synced_at":"2026-01-16T06:55:30.436Z","repository":{"id":65160151,"uuid":"312675455","full_name":"illvart/beautysh-action","owner":"illvart","description":"A GitHub Action for beautysh.","archived":false,"fork":false,"pushed_at":"2023-04-18T00:25:21.000Z","size":4,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-01T02:05:43.467Z","etag":null,"topics":["automation","bash","beautifier","beautify","code-quality","developer-tools","formatter","github-action","pretty-print","shell","shell-script"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/bash-shell-beautifier","language":"Dockerfile","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/illvart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["illvart"],"custom":["https://linktr.ee/illvart"]}},"created_at":"2020-11-13T20:21:48.000Z","updated_at":"2023-10-16T12:43:04.000Z","dependencies_parsed_at":"2024-06-21T17:51:01.374Z","dependency_job_id":"a08c5b27-bc2c-4716-a37f-bbc60fc37907","html_url":"https://github.com/illvart/beautysh-action","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"cd318498c2e0c0ff12315b2a499a54d5627b4d88"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illvart%2Fbeautysh-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illvart%2Fbeautysh-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illvart%2Fbeautysh-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illvart%2Fbeautysh-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/illvart","download_url":"https://codeload.github.com/illvart/beautysh-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228544762,"owners_count":17934635,"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":["automation","bash","beautifier","beautify","code-quality","developer-tools","formatter","github-action","pretty-print","shell","shell-script"],"created_at":"2024-12-07T00:42:02.924Z","updated_at":"2026-01-16T06:55:30.418Z","avatar_url":"https://github.com/illvart.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/illvart","https://linktr.ee/illvart"],"categories":[],"sub_categories":[],"readme":"# beautysh-action\n\n**A GitHub Action for [beautysh](https://github.com/lovesegfault/beautysh)**\n\n[![Release](https://img.shields.io/github/v/release/illvart/beautysh-action)](https://github.com/illvart/beautysh-action/releases)\n[![LICENSE](https://img.shields.io/github/license/illvart/beautysh-action)](LICENSE)\n\n## Usage\n\nTo use this action in your repository, simply create a workflow file (for example `.github/workflows/ci.yml`) with content like this:\n\n```yaml\nname: CI\n\non:\n  pull_request:\n  push:\n    branches:\n      - main\n      \njobs:\n  beautify:\n    runs-on: ubuntu-latest\n    \n    permissions:\n      contents: write\n    \n    steps:\n      - name: Checkout\n        uses: actions/checkout@v6\n        with:\n          ref: ${{ github.head_ref }}\n          \n      - name: Run beautysh\n        uses: illvart/beautysh-action@latest\n        with:\n          # Pass beautysh options in args, for example:\n          args: '*.sh --indent-size 4'\n\n      - name: Commit changes\n        uses: stefanzweifel/git-auto-commit-action@v7\n        with:\n          commit_message: 'ci: apply auto-fixes'\n          commit_options: '--no-verify'\n          commit_user_name: ${{ github.repository_owner }}\n          commit_user_email: ${{ github.repository_owner }}@users.noreply.github.com\n          \n```\n\nIf the `args` option is not provided, it defaults to `*.sh`.\n\nTo avoid errors when the project directory lacks an `*.sh` file, use `\u0026\u003e/dev/null`.\n\nFor a full list of `args`, check the [beautysh docs](https://github.com/lovesegfault/beautysh#usage).\n\n## Supports\n\nIf you’re enjoying it or want to support development, feel free to donate. Thank you! ❤️\n\n## Contributing\n\nWant to contribute? Read the [Contributing](docs/CONTRIBUTING.md).\n\n## License\n\nReleased under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillvart%2Fbeautysh-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fillvart%2Fbeautysh-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillvart%2Fbeautysh-action/lists"}