Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha authored Nov 5, 2024
1 parent 30dfa0f commit da27c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
types: [opened, synchronize, reopened, edited, labeled]

jobs:
check-pr-title:
check-pr-body:
runs-on: ubuntu-latest
steps:
- name: Check PR title
- name: Check PR body
uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit da27c86

Please sign in to comment.