Skip to content

feat: support base url #112

feat: support base url

feat: support base url #112

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET SDKs
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
9.0.x
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Check Building ⚙
run: |
npm i
dotnet build