Break out the serializer registry into its own class #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: .NET build and test | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- ".github/workflows/dotnet-build-and-test.yaml" | |
- "src/**" | |
- "tests/**" | |
pull_request: | |
branches: [ main ] | |
paths: | |
- ".github/workflows/dotnet-build-and-test.yaml" | |
- "src/**" | |
- "tests/**" | |
jobs: | |
build-and-test: | |
uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/dotnet-build-and-test.yaml@780d2001be902a9523de8331da2c77c687abbddb |