Skip to content

Update AntDesign 0.19.7 #96

Update AntDesign 0.19.7

Update AntDesign 0.19.7 #96

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 Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.101
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.100
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Check Building ⚙
run: |
npm i
dotnet build