{"id":30069276,"url":"https://github.com/dusrdev/actions","last_synced_at":"2025-08-08T11:07:32.956Z","repository":{"id":304630375,"uuid":"1018822155","full_name":"dusrdev/actions","owner":"dusrdev","description":"Reusable workflows for GitHub Actions","archived":false,"fork":false,"pushed_at":"2025-07-14T14:38:31.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-30T12:36:11.638Z","etag":null,"topics":["cd","ci","github-actions","workflows","workflows-reusable"],"latest_commit_sha":null,"homepage":"","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/dusrdev.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}},"created_at":"2025-07-13T05:49:04.000Z","updated_at":"2025-07-14T14:39:55.000Z","dependencies_parsed_at":"2025-07-14T11:34:20.891Z","dependency_job_id":"5d2a5da2-3e44-48bf-a270-ff45867e70ca","html_url":"https://github.com/dusrdev/actions","commit_stats":null,"previous_names":["dusrdev/actions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dusrdev/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dusrdev%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dusrdev%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dusrdev%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dusrdev%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dusrdev","download_url":"https://codeload.github.com/dusrdev/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dusrdev%2Factions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269410221,"owners_count":24412157,"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-08T02:00:09.200Z","response_time":72,"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":["cd","ci","github-actions","workflows","workflows-reusable"],"created_at":"2025-08-08T11:07:32.388Z","updated_at":"2025-08-08T11:07:32.947Z","avatar_url":"https://github.com/dusrdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET Reusable GitHub Workflows\n\nThis repository hosts reusable GitHub workflows to simplify running .NET clean, build, and unit tests on various platforms and configurations.\n\n## Available Workflows\n\n- **reusable-dotnet-test.yaml**: Base workflow that executes `dotnet clean`, `dotnet restore`, `dotnet build`, and `dotnet test` for a given test project on a single platform.\n- **reusable-dotnet-test-mtp.yaml**: same thing just used `dotnet run` to work with MTP (Microsoft Testing Platform)\n\n## Workflow Details\n\n### reusable-dotnet-test.yaml \u0026 reusable-dotnet-test-mtp.yaml\n\n#### Inputs\n\n| Name               | Description                                                         | Required | Type   |\n|--------------------|---------------------------------------------------------------------|----------|--------|\n| `platform`         | The platform to run the tests on (e.g., `ubuntu-latest`)            | true     | string |\n| `dotnet-version`   | The version of dotnet to use (e.g., `9.0.x`)                        | true     | string |\n| `test-project-path`| The path to the test project                                        | true     | string |\n\n## Usage\n\nInclude one of the workflows in your own `.github/workflows/*.yaml` file:\n\n```yaml\njobs:\n  test:\n    uses: dusrdev/actions/.github/workflows/reusable-dotnet-test.yaml@main\n    with:\n      platform: ubuntu-latest\n      dotnet-version: 9.0.x\n      test-project-path: path/to/YourProject.Tests.csproj\n```\n\n## Contributing\n\nContributions are welcome! Please open issues and submit pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdusrdev%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdusrdev%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdusrdev%2Factions/lists"}