{"id":30139599,"url":"https://github.com/irgaly/setup-mint","last_synced_at":"2025-08-11T02:15:51.969Z","repository":{"id":65160195,"uuid":"460776875","full_name":"irgaly/setup-mint","owner":"irgaly","description":"A Github Action to install Mint, a swift package manager.","archived":false,"fork":false,"pushed_at":"2025-07-02T00:13:04.000Z","size":6682,"stargazers_count":16,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-03T02:49:36.381Z","etag":null,"topics":["github-actions","ios","mint","swift"],"latest_commit_sha":null,"homepage":"","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/irgaly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null},"funding":{"github":"irgaly","custom":["https://github.com/irgaly/irgaly"]}},"created_at":"2022-02-18T08:51:25.000Z","updated_at":"2025-04-20T11:32:34.000Z","dependencies_parsed_at":"2024-07-11T17:27:06.891Z","dependency_job_id":"34a629c7-d840-44b1-858e-1b58774e1529","html_url":"https://github.com/irgaly/setup-mint","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":"0.024390243902439046","last_synced_commit":"c30e32713b6c06d776c60f80186309e5774e6181"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/irgaly/setup-mint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgaly%2Fsetup-mint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgaly%2Fsetup-mint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgaly%2Fsetup-mint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgaly%2Fsetup-mint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irgaly","download_url":"https://codeload.github.com/irgaly/setup-mint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgaly%2Fsetup-mint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269819032,"owners_count":24480087,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["github-actions","ios","mint","swift"],"created_at":"2025-08-11T02:15:34.263Z","updated_at":"2025-08-11T02:15:51.961Z","avatar_url":"https://github.com/irgaly.png","language":"TypeScript","funding_links":["https://github.com/sponsors/irgaly","https://github.com/irgaly/irgaly"],"categories":[],"sub_categories":[],"readme":"# setup-mint\n\nA Github Action to install [Mint](https://github.com/yonaskolb/Mint), a swift package manager.\n\nThis action supports:\n\n* detect Mintfile and run mint bootstrap\n* cache mint binary and swift commands that installed by mint\n\n## Usage\n\nAdd mint version to Mintfile (optional)\n\n`Mintfile`\n\n```\nyonaskolb/mint@0.17.0\n```\n\nUse this action in a workflow.\n\n```yml\n    - uses: irgaly/setup-mint@v1\n```\n\n## setup-mint step details\n\nsetup-mint step will do:\n\n* Retrieve mint version from Mintfile\n  * setup-mint will use mint@master if mint version is not specified in Mintfile\n* Install mint to /usr/local/bin/mint\n* Cache mint binary for next run\n* Run `mint bootstrap` to install swift commands\n* Cleanup unused swift commands, that is not listed in Mintfile.\n* Cache swift commands for next run\n\n## Platform\n\nThis action can be used in a macOS runner and a Linux runner.\n\n## All Options\n\n```yml\n    - uses: irgaly/setup-mint@v1\n      with:\n        # a directory contains Mintfile, default: GITHUB_WORKSPACE\n        mint-directory: .\n        # a directory where mint executable itself will be installed, default: /usr/local/bin\n        mint-executable-directory: /usr/local/bin\n        # run mint bootstrap, default: true\n        bootstrap: true\n        # add --link to bootstrap, default: true\n        bootstrap-link: true\n        # cache swift commands (~/.mint), default: true\n        use-cache: true\n        # cache key prefix for mint binary cache and swift commands cache, default: \"\"\n        cache-prefix: \"\"\n        # cleanup unused swift commands (not listed in Mintfile), default: true\n        clean: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firgaly%2Fsetup-mint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firgaly%2Fsetup-mint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firgaly%2Fsetup-mint/lists"}