Skip to content

Add support for inline UTF-8 strings #54

Add support for inline UTF-8 strings

Add support for inline UTF-8 strings #54

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Set up dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100'
include-prerelease: false
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build src/Detach.sln -c Release
- name: Test
run: dotnet test src/Detach.sln -c Release --no-build