Skip to content

chore(deps): bump YamlDotNet from 13.0.0 to 15.1.1 #51

chore(deps): bump YamlDotNet from 13.0.0 to 15.1.1

chore(deps): bump YamlDotNet from 13.0.0 to 15.1.1 #51

Workflow file for this run

name: Build Code
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-code:
name: Build Code
runs-on: windows-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
- name: Build solution
run: dotnet build src/