Skip to content

build(deps): bump vite from 5.0.10 to 5.2.8 in /docs #113

build(deps): bump vite from 5.0.10 to 5.2.8 in /docs

build(deps): bump vite from 5.0.10 to 5.2.8 in /docs #113

Workflow file for this run

name: Build Pull Requests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
env:
HUSKY: 0
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test -c Release --no-build --verbosity normal