Skip to content

Commit

Permalink
Create docs-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Nov 20, 2024
1 parent 8f972a2 commit 7cacaab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Confirm documentation has been reviewed.
on:
pull_request:
paths:
- docs/developer-docs/
jobs:
find_comment:
uses: peter-evans/find-comment@v3
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.

0 comments on commit 7cacaab

Please sign in to comment.