AspNetCore.Docs/.github/workflows/check-for-build-warnings.yml

15 lines
316 B
YAML
Raw Normal View History

name: 'Status checker'
on:
2021-04-22 01:02:29 +08:00
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
status_checker_job:
name: Look for build warnings
runs-on: ubuntu-latest
steps:
2021-06-18 23:37:30 +08:00
- uses: dotnet/docs-actions/actions/status-checker@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}