Skip to content

Fix bug in phonetic skip logic. #200

Fix bug in phonetic skip logic.

Fix bug in phonetic skip logic. #200

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 6.0.100
- name: Restore dependencies
run: dotnet restore source
- name: Build
run: dotnet build source --no-restore
- name: Test
run: dotnet test source -f net6.0 --no-build --verbosity normal