Skip to content

Bump the youtubeexplode group with 2 updates #54

Bump the youtubeexplode group with 2 updates

Bump the youtubeexplode group with 2 updates #54

Workflow file for this run

# Workflow responsible for validating the project's build when creating a pull request
name: 'Checks'
on:
pull_request:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore