Skip to content

doc: Add information about patches & service (#20) #25

doc: Add information about patches & service (#20)

doc: Add information about patches & service (#20) #25

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- '**.md'
concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialization
uses: ./.github/actions/init
with:
thunderstore-client: false
- name: Build
run: dotnet build
- name: Test
run: dotnet test