Skip to content

Bump bootstrap from 3.3.5 to 5.0.0 in /src/Pinch.SDK.WebSample #27

Bump bootstrap from 3.3.5 to 5.0.0 in /src/Pinch.SDK.WebSample

Bump bootstrap from 3.3.5 to 5.0.0 in /src/Pinch.SDK.WebSample #27

name: PR_Build_Check
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: "" # Prevent node build warnings emitting as run errors.
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: actions/[email protected]
with:
dotnet-version: '6.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore