{"id":26668840,"url":"https://github.com/grayespinoza/typstyle-action","last_synced_at":"2026-01-06T14:02:28.260Z","repository":{"id":284272521,"uuid":"954361851","full_name":"grayespinoza/typstyle-action","owner":"grayespinoza","description":"GitHub action for typstyle","archived":false,"fork":false,"pushed_at":"2025-03-25T03:07:02.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T03:29:22.654Z","etag":null,"topics":["formatter","typst"],"latest_commit_sha":null,"homepage":"","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/grayespinoza.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}},"created_at":"2025-03-25T01:00:49.000Z","updated_at":"2025-03-25T02:55:09.000Z","dependencies_parsed_at":"2025-03-25T03:39:28.234Z","dependency_job_id":null,"html_url":"https://github.com/grayespinoza/typstyle-action","commit_stats":null,"previous_names":["grayespinoza/typstyle-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayespinoza%2Ftypstyle-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayespinoza%2Ftypstyle-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayespinoza%2Ftypstyle-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayespinoza%2Ftypstyle-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grayespinoza","download_url":"https://codeload.github.com/grayespinoza/typstyle-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245549895,"owners_count":20633865,"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":["formatter","typst"],"created_at":"2025-03-25T21:35:14.324Z","updated_at":"2026-01-06T14:02:28.255Z","avatar_url":"https://github.com/grayespinoza.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typstyle GitHub Action\nGitHub Action to run [typstyle](https://github.com/Enter-tainer/typstyle), a Typst formatter.\n\n## Usage\n1. Create `.github/workflows/ci.yml`\n2. Configure `ci.yml`\n3. Commit and push `ci.yml`\n\n### Examples\nThe following formats all `.typ` files in branch `main` on pushes, then pushes the changes.\n`.github/workflows/ci.yml`\n```yml\nname: CI\non:\n  push:\n    branches: main\n\njobs:\n  typstyle:\n    runs-on: ubuntu-latest\n    permissions:\n      contents: write\n    steps:\n    - name: Checkout\n      uses: actions/checkout@main\n      with:\n        ref: ${{ github.head_ref }}\n    - name: Run typstyle\n      uses: typstyle-rs/typstyle-action@main\n    - name: Push\n      uses: stefanzweifel/git-auto-commit-action@master\n      with:\n        commit_message: \"style: format using typstyle\"\n```\n\n## Reporting Issues\nPlease use [GitHub Issues](https://github.com/typstyle-rs/typstyle-action/issues) to report bugs, crashes, and other issues.\n\n## License\ntypstyle-action is under the [MIT License](https://github.com/typstyle-rs/typstyle-action/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayespinoza%2Ftypstyle-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrayespinoza%2Ftypstyle-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayespinoza%2Ftypstyle-action/lists"}