Skip to content

Removed blog link from gomolemo-mohapi profile #704

Removed blog link from gomolemo-mohapi profile

Removed blog link from gomolemo-mohapi profile #704

name: Advocate Schema Validation
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
pull_request:
types: [opened, synchronize, reopened]
branches: [main, live]
paths:
- 'advocates/**'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Install dependencies
run: |
cd validation
dotnet restore
- name: Run
run: |
cd validation
dotnet run -c Release