Skip to content

Bump gopkg.in/yaml.v3 from 3.0.0-20210105161348-2e78108cf5f8 to 3.0.0 in /tools/specgen #219

Bump gopkg.in/yaml.v3 from 3.0.0-20210105161348-2e78108cf5f8 to 3.0.0 in /tools/specgen

Bump gopkg.in/yaml.v3 from 3.0.0-20210105161348-2e78108cf5f8 to 3.0.0 in /tools/specgen #219

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release --no-build