Skip to content

build(deps): bump postcss from 8.4.5 to 8.4.31 #89

build(deps): bump postcss from 8.4.5 to 8.4.31

build(deps): bump postcss from 8.4.5 to 8.4.31 #89

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@v1
with:
dotnet-version: 7.0.x
- name: Setup .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100-preview.1.23115.2
- 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