Skip to content

Create docs-check.yml #1

Create docs-check.yml

Create docs-check.yml #1

Workflow file for this run

name: Confirm documentation has been reviewed.
on:
pull_request:
paths:
- docs/developer-docs/
jobs:
find_comment:
uses: peter-evans/find-comment@v3

Check failure on line 8 in .github/workflows/docs-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs-check.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
id: fc
with:
issue-number: 1
body-includes: I agree that I have run the commands and code included in this PR and have confirmed their accuracy and functionality.