Skip to content

Merge pull request #12 from Azure-Samples/update-dotnet-validation #63

Merge pull request #12 from Azure-Samples/update-dotnet-validation

Merge pull request #12 from Azure-Samples/update-dotnet-validation #63

Workflow file for this run

name: Validate .NET solution
on:
schedule:
- cron: '0 0 * * 2'
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
validate-dotnet:
name: Validate .NET solution
uses: Azure-Samples/code-validation/.github/workflows/dotnet.yml@main
with:
version: '7.0'
working-directory: './src'
secrets: inherit