mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
15 lines
316 B
YAML
15 lines
316 B
YAML
name: 'Status checker'
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
jobs:
|
|
status_checker_job:
|
|
name: Look for build warnings
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dotnet/docs-actions/actions/status-checker@main
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|