{"id":19219970,"url":"https://github.com/zhutmost/setup-mill","last_synced_at":"2025-06-19T00:03:21.985Z","repository":{"id":244800828,"uuid":"816255583","full_name":"zhutmost/setup-mill","owner":"zhutmost","description":"Action to Setup Mill for Scala Projects","archived":false,"fork":false,"pushed_at":"2025-06-15T16:40:59.000Z","size":1084,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T17:29:35.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/zhutmost.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,"zenodo":null}},"created_at":"2024-06-17T11:14:36.000Z","updated_at":"2025-06-15T16:39:11.000Z","dependencies_parsed_at":"2024-06-17T15:04:34.138Z","dependency_job_id":"81b75891-89ea-4680-8a48-b908f3e0afc6","html_url":"https://github.com/zhutmost/setup-mill","commit_stats":null,"previous_names":["zhutmost/setup-mill"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zhutmost/setup-mill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutmost%2Fsetup-mill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutmost%2Fsetup-mill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutmost%2Fsetup-mill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutmost%2Fsetup-mill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhutmost","download_url":"https://codeload.github.com/zhutmost/setup-mill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutmost%2Fsetup-mill/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260654618,"owners_count":23042670,"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":[],"created_at":"2024-11-09T14:33:28.208Z","updated_at":"2025-06-19T00:03:16.898Z","avatar_url":"https://github.com/zhutmost.png","language":"TypeScript","readme":"# GitHub Action to Setup Mill for Scala Projects\n\n![Build \u0026 Test](https://github.com/zhutmost/setup-mill/actions/workflows/ci.yml/badge.svg)\n\nUse this action to make [mill](http://www.lihaoyi.com/mill/) available in a job.\n\n## Usage\n\n```yaml\n- uses: zhutmost/setup-mill@main\n  with:\n    mill-version: 0.12.3 # Specify the default Mill version\n- name: Compile\n  run: mill project.compile\n- name: Test\n  run: mill project.test\n```\n\n### Difference from the existing `setup-mill` action\n\nThis repository was created to fix [an issue](https://github.com/jodersky/setup-mill/issues/7) in [jodersky/setup-mill](https://github.com/jodersky/setup-mill), where the action did not support specifying the Mill version using `.mill-version`.\n\nIn this repository, this action will download the Mill wrapper script (rather than the binary) and make it available in the PATH.\nIt will download the binary with proper version when needed.\nThat is to say, if you specify a Mill version via `REPO/.mill-version`/`REPO/.config/mill-version`, the action will download the specified version.\n\n## Acknowledgement\n\nThis repository is standing on the shoulder of giants.\n\nThis repository is forked from [jodersky/setup-mill](https://github.com/jodersky/setup-mill). Thanks for the original author's work.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhutmost%2Fsetup-mill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhutmost%2Fsetup-mill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhutmost%2Fsetup-mill/lists"}