actions / setup-dotnet

Set up your GitHub Actions workflow with a specific version of the .NET core sdk
MIT License
922 stars 454 forks source link

Update workflow badges #377

Closed IvanZosimov closed 1 year ago

IvanZosimov commented 1 year ago

Description: In the scope of this PR, workflow badges were updated to represent the current status of the workflows which test the action. The badges were organized like that:

  1. Badge for a workflow with unit tests
  2. Badges for other workflows with several e2e tests

Use display the rich diff button to see the visual representation of the changes: image

Related issue: https://github.com/actions/runner-images-internal/issues/4709