{"id":26026995,"url":"https://github.com/arxdeus/github_workflows","last_synced_at":"2026-04-13T08:31:01.233Z","repository":{"id":280205498,"uuid":"941290983","full_name":"arxdeus/github_workflows","owner":"arxdeus","description":"A set of reusable workflows and composite actions for Continious Integration in Github Actions","archived":false,"fork":false,"pushed_at":"2025-04-22T21:52:49.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T01:43:31.852Z","etag":null,"topics":["actions","ci","cicd","continuous-integration","github","github-actions","workflow"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arxdeus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-01T23:49:09.000Z","updated_at":"2025-04-22T21:52:52.000Z","dependencies_parsed_at":"2025-03-18T23:35:44.147Z","dependency_job_id":null,"html_url":"https://github.com/arxdeus/github_workflows","commit_stats":null,"previous_names":["arxdeus/github_workflows"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arxdeus/github_workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arxdeus%2Fgithub_workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arxdeus%2Fgithub_workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arxdeus%2Fgithub_workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arxdeus%2Fgithub_workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arxdeus","download_url":"https://codeload.github.com/arxdeus/github_workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arxdeus%2Fgithub_workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"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":["actions","ci","cicd","continuous-integration","github","github-actions","workflow"],"created_at":"2025-03-06T15:32:52.998Z","updated_at":"2026-04-13T08:31:01.217Z","avatar_url":"https://github.com/arxdeus.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Actions Workflows\n\n# Outdated\n\n## Reusable workflows\n\nRefer to any workflow configuration under `.github/workflows` directory inside your own Github Actions configuration\n```\njobs:\n    code_check:\n        uses: arxdeus/github_workflows/.github/workflows/dart_monorepo_code_check.yaml@main\n```\n\nDon't forget to give relevant permissions and workflow conditions inside your configuration\n\nEach required by workflow permissions listed in each workflows section below\n\nExample of usage:\nhttps://github.com/arxdeus/modulisto/blob/main/.github/workflows/code_check.yaml\n\n## Composite actions\n\nComposite actions located in `actions` directory and acts as a steps of the jobs inside your workflows\n\nYou may refer to them from your workflows steps under `jobs.*.steps.*.uses` section\n\n```\nsteps:\n    - name: Setup\n      uses: arxdeus/github_workflows/actions/flutter_setup@main\n```\n\nExample of usage: https://github.com/arxdeus/github_workflows/blob/main/.github/workflows/dart_monorepo_code_check.yaml#L60\n\n## Flutter\n\n### Setup action:\n\ntype: ___Composite action___\n\nFeatures:\n- Fetches and caches target `flutter` version\n- Caches pub dependencies\n- Caches `flutter` until version change\n\n#### Action path: `arxdeus/github_workflows/actions/flutter_setup@main`\n\n## Dart\n\n###  Code check\n\ntype: ___Reusable workflow___\n\nFeatures:\n- Pre-checks that code or pubspec actually was modified\n- Checks both of the lowest (from `pubspec.yaml`) and highest/actual (from `.fvmrc`) versions\n- Creates human-readable Test reports for both versions\n\n#### Workflow path: `arxdeus/github_workflows/.github/workflows/dart_monorepo_publish.yaml@main`\n\n### Multi-package monorepo publish workflow\n\ntype: ___Reusable workflow___\n\nFeatures:\n- `[package_name]-v[x].[x].[x]` semantic versioning via tags\n- Automatic update of `pubspec.yaml` to version extracted from part of tag\n- Automatic publish [package_name] to `pub.dev`\n\n#### Workflow path: `arxdeus/github_workflows/.github/workflows/dart_monorepo_publish.yaml@main`\n\n### Single-package publish workflow\n\ntype: ___Reusable workflow___\n\nFeatures:\n- `v[x].[x].[x]` semantic versioning via tags\n- Automatic update of `pubspec.yaml` to tag\n- Automatic publish to `pub.dev`\n\n#### Workflow path: `TBD`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farxdeus%2Fgithub_workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farxdeus%2Fgithub_workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farxdeus%2Fgithub_workflows/lists"}