Skip to content

test: Add JSON diffing for the Echo testcase. #13

test: Add JSON diffing for the Echo testcase.

test: Add JSON diffing for the Echo testcase. #13

Workflow file for this run

name: "1 - Build C# Code"
on:
workflow_dispatch:
pull_request:
jobs:
build:
name: Build

Check failure on line 8 in .github/workflows/01_build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/01_build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
runs-on: ubuntu-latest
steps:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build