Skip to content

#347 Implement LANG expression for extracting language of plain liter… #801

#347 Implement LANG expression for extracting language of plain liter…

#347 Implement LANG expression for extracting language of plain liter… #801

Workflow file for this run

name: windows
on:
push:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test --no-build --verbosity normal -c Release