Skip to content

Add LanguagePreferencesService #3

Add LanguagePreferencesService

Add LanguagePreferencesService #3

Workflow file for this run

name: PR Build
on:
pull_request:
types: [opened, edited, reopened]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8'
- name: Build
run: dotnet build --configuration Release