{"id":22986028,"url":"https://github.com/yardinternet/workflows","last_synced_at":"2026-03-20T00:10:51.398Z","repository":{"id":263604918,"uuid":"883641186","full_name":"yardinternet/workflows","owner":"yardinternet","description":"Github Actions used in projects of the WordPress team.","archived":false,"fork":false,"pushed_at":"2026-01-29T11:15:18.000Z","size":41,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-30T01:53:27.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yardinternet.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}},"created_at":"2024-11-05T10:20:46.000Z","updated_at":"2025-12-19T12:16:09.000Z","dependencies_parsed_at":"2025-07-07T15:39:05.033Z","dependency_job_id":"35a6eba0-5b19-4049-b766-28f720d30c75","html_url":"https://github.com/yardinternet/workflows","commit_stats":null,"previous_names":["yardinternet/workflows"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yardinternet/workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fworkflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fworkflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fworkflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fworkflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yardinternet","download_url":"https://codeload.github.com/yardinternet/workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fworkflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29278011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T17:15:22.002Z","status":"ssl_error","status_checked_at":"2026-02-09T17:14:42.395Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-12-15T03:38:16.684Z","updated_at":"2026-02-09T19:05:19.175Z","avatar_url":"https://github.com/yardinternet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workflows\n\nGithub Actions used in projects of the WordPress team.\n\n- PHPStan\n- Dependabot (auto-merge)\n- Markdown Lint\n  - Requires `.markdownlint.yml` in project root!\n- PHP CS Fixer\n- Composer lock differance\n- NPM lock differance\n\n## Usage\n\n1. Create an `.github/workflows/` dir in your project root\n2. Make a file workflow file with `.yml` suffix, in this example we wil use `phpstan.yml`\n3. Add the syntax below:\n    ```yaml\n    name: PHPStan\n    \n    on:\n        pull_request:\n            paths:\n                - '**.php'\n                - 'phpstan.neon.dist'\n                - '.github/workflows/phpstan.yml'\n    \n    jobs:\n      phpstan:\n        uses: yardinternet/workflows/.github/workflows/phpstan.yml@main\n        secrets: inherit\n    ```\n   We reference the work flow in `uses` with the following schema: `{owner}/{repo}/.github/workflows/{filename}@{ref}`.\n   Also make sure to pass on the secrets: `secrets: inherit`.\n   \n### run-laravel-testbench-tests.yml\n\nWhen calling the `run-laravel-testbench-tests.yml` workflow one can use `with` to pass version settings.\n\n```yaml\n\njobs:\n  test:\n    uses: yardinternet/workflows/.github/workflows/run-laravel-testbench-tests.yml@main\n    with:\n      php-versions: '[\"8.1\"]'\n      laravel-versions: '[\"10.*\"]'\n      testbench-versions: '[\"8.*\"]'\n    secrets: inherit\n```\n\n### run-pest-tests.yml\n\nThis alternative test runner can be used in packages that are not Laravel-based. When calling the `run-pest-tests.yml` workflow one can use `with` to pass version settings.\n\n```yaml\n\njobs:\n  test:\n    uses: yardinternet/workflows/.github/workflows/run-pest-tests.yml@main\n    with:\n      php-versions: '[\"8.1\"]'\n    secrets: inherit\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardinternet%2Fworkflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyardinternet%2Fworkflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardinternet%2Fworkflows/lists"}