{"id":17882143,"url":"https://github.com/nao1215/actions-ebitengine","last_synced_at":"2025-08-14T23:32:07.387Z","repository":{"id":254234731,"uuid":"845895182","full_name":"nao1215/actions-ebitengine","owner":"nao1215","description":"Set up your GitHub Actions workflow with ebitengine dependencies","archived":false,"fork":false,"pushed_at":"2024-08-22T06:46:40.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-15T00:16:06.545Z","etag":null,"topics":["ebitengine","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"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/nao1215.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":"2024-08-22T06:16:15.000Z","updated_at":"2024-08-26T07:04:47.000Z","dependencies_parsed_at":"2024-08-22T07:43:51.474Z","dependency_job_id":"a0cd6c12-91ed-4142-8338-acbe0b4b7a02","html_url":"https://github.com/nao1215/actions-ebitengine","commit_stats":null,"previous_names":["nao1215/actions-ebitengine"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nao1215%2Factions-ebitengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nao1215%2Factions-ebitengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nao1215%2Factions-ebitengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nao1215%2Factions-ebitengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nao1215","download_url":"https://codeload.github.com/nao1215/actions-ebitengine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229876336,"owners_count":18137992,"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":["ebitengine","github-actions"],"created_at":"2024-10-28T12:48:19.531Z","updated_at":"2024-12-15T21:22:44.055Z","avatar_url":"https://github.com/nao1215.png","language":null,"readme":"## nao1215/actions-ebitengine\n\nThis action sets up [ebitengine dependencies package](https://ebitengine.org/en/documents/install.html).\nIt's only for linux (ubuntu). If you use windows or mac, this action will be skipped.\n\n### Example usage\n\n```yaml\nname: MultiPlatformUnitTest\n\non:\n  workflow_dispatch:\n  push:\n    branches: [main]\n  pull_request:\n    branches: [main]\n\njobs:\n  unit_test:\n    name: Unit test (linux)\n\n    strategy:\n      matrix:\n        os:\n          - \"ubuntu-latest\"\n          - \"windows-latest\"\n          - \"macos-latest\"\n        go:\n          - \"1\"\n          - \"1.23\"\n      fail-fast: false\n    runs-on: ${{ matrix.os }}\n\n    steps:\n      - uses: actions/checkout@v4\n\n      - uses: nao1215/actions-ebitengine@v0\n\n      - uses: actions/setup-go@v5\n        with:\n          go-version: ${{ matrix.go }}\n\n      - name: Run tests with coverage report output\n        run: go test -cover -coverpkg=./... -coverprofile=coverage.out ./...\n```\n\n### LICENSE\n\nMIT LICENSE\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnao1215%2Factions-ebitengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnao1215%2Factions-ebitengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnao1215%2Factions-ebitengine/lists"}