Skip to content

Fix foreign key DungeonMap::ParentWorldMapID incorrectly pointing to AreaTable::ID instead of WorldMapArea::ID #1298

Fix foreign key DungeonMap::ParentWorldMapID incorrectly pointing to AreaTable::ID instead of WorldMapArea::ID

Fix foreign key DungeonMap::ParentWorldMapID incorrectly pointing to AreaTable::ID instead of WorldMapArea::ID #1298

name: Validate & Deploy
on: [push, pull_request]
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Run Validator
run: dotnet run --project $PWD/code/C#/DBDefsValidator/ --configuration Release -- $PWD/definitions/
env:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1