Skip to content

chore: add translations and code cleanup #61

chore: add translations and code cleanup

chore: add translations and code cleanup #61

Workflow file for this run

name: build
on:
push:
branches: "*"
pull_request:
branches: "*"
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore