{"id":20784148,"url":"https://github.com/tox-dev/workflow","last_synced_at":"2025-08-03T00:35:03.260Z","repository":{"id":66039716,"uuid":"427053168","full_name":"tox-dev/workflow","owner":"tox-dev","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-07T13:50:53.000Z","size":33,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-18T09:32:34.912Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tox-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.rst","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},"funding":{"custom":["https://webknjaz.me","https://www.paypal.me/webknjazCZ"],"github":["webknjaz"]}},"created_at":"2021-11-11T15:37:22.000Z","updated_at":"2024-06-24T20:19:38.000Z","dependencies_parsed_at":"2023-05-02T15:16:10.089Z","dependency_job_id":null,"html_url":"https://github.com/tox-dev/workflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2Fworkflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2Fworkflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2Fworkflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2Fworkflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tox-dev","download_url":"https://codeload.github.com/tox-dev/workflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243125564,"owners_count":20240276,"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":[],"created_at":"2024-11-17T14:26:31.154Z","updated_at":"2025-03-11T23:17:41.570Z","avatar_url":"https://github.com/tox-dev.png","language":null,"readme":"# One (Reusable) Tox Workflow To Rule Them All\n\nThis repository holds a centrally maintained test matrix for tox-based\nprojects.\n\n## Howto\n\nThe example use is demonstrated below. You can start by provisioning a\nfile at the path `.github/workflows/ci-cd.yml` in your repository.\n\n```yaml\n---\n\nname: 🧪\n\non:\n  pull_request:\n  push:\n  schedule:\n  - cron: 1 0 * * *  # Run daily at 0:01 UTC\n\nconcurrency:\n  group: \u003e-\n    ${{\n        github.workflow\n    }}-${{\n        github.event.pull_request.number || github.sha\n    }}\n  cancel-in-progress: true\n\njobs:\n  tox-matrix:\n    name: \u003e-  # Short name for UI, or use 🧑‍💻, it's even shorter\n      [m]\n    # REPRODUCIBILITY NOTE: Replace the `main` version with a stable tag\n    uses: tox-dev/workflow/.github/workflows/tox.yml@main\n    with:  # all of these inputs are absolutely optional\n      max-python:  # Python maximum, formated as MAJOR.MINOR\n      min-python:  # Python minimum, formated as MAJOR.MINOR\n      tox-target:  # Regex to filter the detected tox envs\n      tox-version:  # Tox PyPI package w/ version spec for pip\n      YOLO: true  # Rely on the unstable version of the underlying GHA\n\n...\n```\n\n## Features\n\nThe reusable workflow has a job called `✅ check-tox` that waits for the\nwhole tox matrix. It can be used in the branch protection to avoid\nhaving to list each of the dynamic check names.\n","funding_links":["https://webknjaz.me","https://www.paypal.me/webknjazCZ","https://github.com/sponsors/webknjaz"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftox-dev%2Fworkflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftox-dev%2Fworkflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftox-dev%2Fworkflow/lists"}