json-api-dotnet / JsonApiDotNetCore

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
https://www.jsonapi.net
MIT License
676 stars 159 forks source link

Remove installing PowerShell in cibuild, this is no longer needed #1563

Closed bkoelman closed 3 months ago

bkoelman commented 3 months ago

All GitHub Actions runners now come preinstalled with a PowerShell version that is high enough to generate our documentation.

QUALITY CHECKLIST

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.83%. Comparing base (4e0f2a7) to head (8b0b90b). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1563 +/- ## ======================================= Coverage 90.83% 90.83% ======================================= Files 348 348 Lines 11158 11158 Branches 1828 1828 ======================================= Hits 10135 10135 Misses 673 673 Partials 350 350 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.