{"id":16552839,"url":"https://github.com/twisterrob/github-workflows","last_synced_at":"2026-03-18T20:26:21.822Z","repository":{"id":179966865,"uuid":"664382636","full_name":"TWiStErRob/github-workflows","owner":"TWiStErRob","description":"Reusable GitHub Actions workflows for my repositories.","archived":false,"fork":false,"pushed_at":"2026-02-01T00:40:15.000Z","size":93,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T12:15:59.904Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TWiStErRob.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"TWiStErRob"}},"created_at":"2023-07-09T20:07:02.000Z","updated_at":"2026-02-01T00:40:18.000Z","dependencies_parsed_at":"2023-12-15T11:25:50.742Z","dependency_job_id":"4e2d5e6a-d8df-4d36-9203-fa534356aab9","html_url":"https://github.com/TWiStErRob/github-workflows","commit_stats":null,"previous_names":["twisterrob/github-workflows"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/TWiStErRob/github-workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Fgithub-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Fgithub-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Fgithub-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Fgithub-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TWiStErRob","download_url":"https://codeload.github.com/TWiStErRob/github-workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Fgithub-workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T19:46:14.138Z","updated_at":"2026-02-07T04:00:35.795Z","avatar_url":"https://github.com/TWiStErRob.png","language":null,"funding_links":["https://github.com/sponsors/TWiStErRob"],"categories":[],"sub_categories":[],"readme":"# github-workflows\nReusable GitHub Actions workflows for my repositories.\n\n## [validate.yml](.github/workflows/validate.yml)\nGradle wrapper, GitHub workflows and Renovate configuration validation.\n\n```yaml\njobs:\n  validate:\n    name: \"🦺 Validation\"\n    uses: TWiStErRob/github-workflows/.github/workflows/validate.yml@v3\n    permissions:\n      contents: read\n      security-events: write\n      actions: read\n```\n\n## [instrumentation.yml](.github/workflows/instrumentation.yml)\nRun Android instrumentation tests on an emulator and upload artifacts.\n\n```yaml\njobs:\n  instrumentation:\n    name: \"🧪 Instrumentation Tests on\" # / API ${{ matrix.api }} will be appended by used workflow.\n    needs: validate\n    uses: ./.github/workflows/instrumentation.yml\n    permissions:\n      contents: read\n      checks: write\n      statuses: write\n```\n\n```yaml\nname: \"🧪 Instrumentation Test Matrix\"\n\non:\n  workflow_call\n\njobs:\n  instrumentation:\n    name: \"${{ matrix.api }}\"\n\n    uses: TWiStErRob/github-workflows/.github/workflows/instrumentation.yml@v3\n    with:\n      android-api: ${{ matrix.api }}\n      script: \u003e\n        ./gradlew\n        --no-daemon\n        --continue\n        --stacktrace\n        :app:connectedCheck\n\n    permissions:\n      contents: read\n      checks: write\n      statuses: write\n\n    strategy:\n      fail-fast: false\n      matrix:\n        # The API level, see https://apilevels.com/.\n        api:\n          - 29\n          - 33\n```\n\n## Related docs\n * https://docs.github.com/en/actions/using-workflows/reusing-workflows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwisterrob%2Fgithub-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwisterrob%2Fgithub-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwisterrob%2Fgithub-workflows/lists"}