We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba95ef commit a772aabCopy full SHA for a772aab
1 file changed
.github/workflows/verify_pr.yml
@@ -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