Skip to content

Commit a772aab

Browse files
committed
feat(verify_pr): create workflow to check that updated DESCRIPTION is included in PR
1 parent fba95ef commit a772aab

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/verify_pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Run PR Checks
2+
on: [pull_request]
3+
4+
jobs:
5+
check_description:
6+
runs-on: ubuntu-latest
7+
name: Verify DESCRIPTION Updated
8+
steps:
9+
- name: Verify DESCRIPTION Updated
10+
uses: takanuva15/verify-file-updated@v1
11+
with:
12+
filename_to_check: DESCRIPTION

0 commit comments

Comments
 (0)