Skip to content

chore: sync css type to 3.1.3 #19

chore: sync css type to 3.1.3

chore: sync css type to 3.1.3 #19

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
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
- name: Check Building ⚙
run: |
dotnet build