Skip to content

Remove custom token splitting in batch mode; let System.CommandLine h… #78

Remove custom token splitting in batch mode; let System.CommandLine h…

Remove custom token splitting in batch mode; let System.CommandLine h… #78

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --configuration Release