{"id":17280659,"url":"https://github.com/lolgab/scalafmt","last_synced_at":"2025-04-14T09:42:04.431Z","repository":{"id":171062352,"uuid":"647403060","full_name":"lolgab/scalafmt","owner":"lolgab","description":"Github Action to run Scalafmt","archived":false,"fork":false,"pushed_at":"2024-11-20T11:57:36.000Z","size":18,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T23:02:23.566Z","etag":null,"topics":["actions","github","scala","scalafmt"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lolgab.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":"2023-05-30T17:51:44.000Z","updated_at":"2024-11-20T11:57:28.000Z","dependencies_parsed_at":"2024-06-28T12:41:18.824Z","dependency_job_id":"83f313d5-02ff-45dd-8176-afdd2ea89dcf","html_url":"https://github.com/lolgab/scalafmt","commit_stats":null,"previous_names":["lolgab/scalafmt-action"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolgab%2Fscalafmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolgab%2Fscalafmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolgab%2Fscalafmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolgab%2Fscalafmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lolgab","download_url":"https://codeload.github.com/lolgab/scalafmt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248855960,"owners_count":21172673,"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","scala","scalafmt"],"created_at":"2024-10-15T09:21:26.789Z","updated_at":"2025-04-14T09:42:04.408Z","avatar_url":"https://github.com/lolgab.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scalafmt Action\n\nA GitHub Action to run Scalafmt on your Pull Requests and push the results back to your branch.\n\n### Example\n\n```yaml\nname: scalafmt\n\non:\n  - pull_request\n\njobs:\n  scalafmt:\n    runs-on: ubuntu-22.04\n    steps:\n      - uses: lolgab/scalafmt@0.0.2\n        with:\n          repo-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Configuration\n\n#### `commit-message`\n\nThe commit message to use for the scalafmt changes\n\ndefault: `style: Run Scalafmt`\n\n#### `files`\n\nFiles to run Scalafmt on. Accepts newline separated list of globs\n\ndefault:\n```\n**.scala\n**.sbt\n**.sc\n```\n\n#### `user-name`\n\nGit username used to commit the change\n\ndefault: `github-actions[bot]`\n\n#### `user-email`\n\nGit email used to commit the change\n\ndefault: `41898282+github-actions[bot]@users.noreply.github.com`\n\n#### `repo-token`\n\nGitHub token to push changes\n\ndefault: `${{ github.token }}`\n\nThe suggested value is: `${{ secrets.GITHUB_TOKEN }}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolgab%2Fscalafmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flolgab%2Fscalafmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolgab%2Fscalafmt/lists"}