Skip to content

feat: Update dependencies, adapt tooling and regenerate #503

feat: Update dependencies, adapt tooling and regenerate

feat: Update dependencies, adapt tooling and regenerate #503

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
env:
DOTNET_NOLOGO: true
steps:
- name: Check out our repo
uses: actions/checkout@v4
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Build
run: |
./build.sh