Fix some of the meta files, enable OSX builds #40
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-with-osx.yaml@780d2001be902a9523de8331da2c77c687abbddb | ||
Check failure on line 19 in .github/workflows/dotnet-build-and-test.yaml
|