Skip to content

build: bump actions/setup-dotnet from 3.2.0 to 4.0.0 #72

build: bump actions/setup-dotnet from 3.2.0 to 4.0.0

build: bump actions/setup-dotnet from 3.2.0 to 4.0.0 #72

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/[email protected]
with:
dotnet-version: 7.0.x
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore