Skip to content

Re-add support for RW versions 1.3, 1.4 and 1.5 #104

Re-add support for RW versions 1.3, 1.4 and 1.5

Re-add support for RW versions 1.3, 1.4 and 1.5 #104

Workflow file for this run

name: Validate Pull Request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
builds:
name: Builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up .NET
uses: actions/setup-dotnet@v4.3.1
with:
dotnet-version: 8.0.x
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore