dncuug / X.PagedList

Library for easily paging through any IEnumerable/IQueryable in ASP.NET
https://nuget.org/packages/X.PagedList
MIT License
886 stars 213 forks source link

github: Add action to build and test automatically #281

Closed adschmu closed 1 month ago

adschmu commented 1 month ago

This builds and tests the core projects automatically for pushes to the following branches:

In addition, all Pull Requests based on master will be run.

If desired, the pipeline can be run on demand on any branch.

adschmu commented 1 month ago

This is the final version of my "Build and Test" GitHub action. In contrast to the earlier PR that landed here accidentally, this is ready and intended for merge.