Skip to content

Commit d47b048

Browse files
🌱 move pr title checker to be under test with ther others checks (#4099)
move pr title checker to be under test with ther others checks
1 parent eb0f00b commit d47b048

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Run PR Title Checker
2020
id: check_title
2121
run: |
22-
./hack/ci/pr_title_checker.sh "${{ env.title }}"
22+
./test/pr-title-checker.sh "${{ env.title }}"
File renamed without changes.

0 commit comments

Comments
 (0)