Skip to content

Bump postcss from 8.5.6 to 8.5.13 in /aspnetcore/tutorials/signalr-typescript-webpack/samples/10.x #24776

Bump postcss from 8.5.6 to 8.5.13 in /aspnetcore/tutorials/signalr-typescript-webpack/samples/10.x

Bump postcss from 8.5.6 to 8.5.13 in /aspnetcore/tutorials/signalr-typescript-webpack/samples/10.x #24776

name: 'Status checker'
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
status_checker_job:
name: Look for build warnings
runs-on: ubuntu-latest
permissions:
statuses: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: dotnet/docs-actions/actions/status-checker@main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
docs_path: "aspnetcore"
url_base_path: "aspnet/core"