Skip to content

Bump FluentValidation from 11.9.1 to 11.9.2 (#66) #372

Bump FluentValidation from 11.9.1 to 11.9.2 (#66)

Bump FluentValidation from 11.9.1 to 11.9.2 (#66) #372

Workflow file for this run

name: .NET DEV
on:
push:
branches: ["dev"]
pull_request:
branches: ["dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build