Skip to content

Added DBML Serializer (just hacked it dirty in, better than nothing) #1199

Added DBML Serializer (just hacked it dirty in, better than nothing)

Added DBML Serializer (just hacked it dirty in, better than nothing) #1199

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