{"id":29917643,"url":"https://github.com/jackd248/reusable-github-actions","last_synced_at":"2025-08-02T05:13:57.388Z","repository":{"id":306386626,"uuid":"1025663381","full_name":"jackd248/reusable-github-actions","owner":"jackd248","description":"🧩 Collection of useful GitHub Action workflows. ","archived":false,"fork":false,"pushed_at":"2025-07-25T09:58:10.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-25T12:07:29.461Z","etag":null,"topics":["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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackd248.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-07-24T15:46:25.000Z","updated_at":"2025-07-25T09:58:14.000Z","dependencies_parsed_at":"2025-07-25T12:07:55.145Z","dependency_job_id":"d53a00ec-8fb2-4678-b34f-2260def8f812","html_url":"https://github.com/jackd248/reusable-github-actions","commit_stats":null,"previous_names":["jackd248/reusable-github-actions"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jackd248/reusable-github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Freusable-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Freusable-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Freusable-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Freusable-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackd248","download_url":"https://codeload.github.com/jackd248/reusable-github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Freusable-github-actions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268338348,"owners_count":24234540,"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-02T02:00:12.353Z","response_time":74,"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"],"created_at":"2025-08-02T05:13:50.992Z","updated_at":"2025-08-02T05:13:57.374Z","avatar_url":"https://github.com/jackd248.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Reusable GitHub Actions\n\n[![License](https://img.shields.io/github/license/jackd248/reusable-github-actions)](LICENSE.md)\n[![Workflows](https://img.shields.io/badge/workflows-2-green)]()\n\n\u003c/div\u003e\n\nThis repository provides useful GitHub Action workflows for use in my personal projects. It is not meant to be used anywhere else.\n\n## 🧩 Workflows\n\n## CGL\n\nComprehensive code quality workflow that validates composer dependencies, runs linting (PHP, composer.json, editorconfig), performs static code analysis and checks rector migrations.\n\n```yaml\nname: CGL\non:\n  push:\n    branches:\n      - '**'\n\njobs:\n    cgl:\n        uses: jackd248/reusable-github-actions/.github/workflows/cgl.yml@main\n```\n\nInput|Type| Required |Description\n-|-|----------|-\n`php-version`|input| false    |PHP version to use for the CGL check. Defaults to `8.3`.\n\n## Tests\n\nMatrix testing workflow that runs tests across multiple PHP and TYPO3 versions with both highest and lowest dependencies. Includes optional coverage reporting to CodeClimate and Coveralls.\n\n```yaml\nname: Tests\non:\n  push:\n    branches:\n      - '**'\n\njobs:\n    tests:\n        uses: jackd248/reusable-github-actions/.github/workflows/tests.yml@main\n```\n\nInput|Type| Required |Description\n-|-|----------|-\n`php-versions`|input| false    |PHP versions as JSON array. Defaults to `[\"8.2\", \"8.3\", \"8.4\"]`.\n`typo3-versions`|input| false    |TYPO3 versions as JSON array. Defaults to `[\"11.5\", \"12.4\", \"13.4\"]`.\n`dependencies`|input| false    |Dependencies as JSON array. Defaults to `[\"highest\", \"lowest\"]`.\n\n```yaml\nname: Tests\non:\n  push:\n    branches:\n      - '**'\n\njobs:\n    tests:\n        uses: jackd248/reusable-github-actions/.github/workflows/tests.yml@main\n        with:\n            php-versions: '[\"8.2\", \"8.3\", \"8.4\"]'\n            typo3-versions: '[\"11.5\", \"12.4\", \"13.4\"]'\n            dependencies: '[\"highest\", \"lowest\"]'\n```\n\n### Optional Coverage Reporting\n\nThe Tests workflow includes optional coverage reporting to external services:\n\n- **CodeClimate**: Set `CC_TEST_REPORTER_ID` secret to enable\n\nIf these secrets are not configured, the coverage steps will be skipped without causing workflow failures.\n\n## ⭐ License\n\nThis project is licensed under [GNU General Public License 3.0 (or later)](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackd248%2Freusable-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackd248%2Freusable-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackd248%2Freusable-github-actions/lists"}