Skip to content

feat: Add GitHub Actions workflow and feature ideas #1

feat: Add GitHub Actions workflow and feature ideas

feat: Add GitHub Actions workflow and feature ideas #1

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name
run: dotnet test --no-build --verbosity normal

Check failure on line 21 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 21