Skip to content

Add Translator Quickstart page to translation helptext #140

Add Translator Quickstart page to translation helptext

Add Translator Quickstart page to translation helptext #140

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Dotnet Build
run: dotnet build