Skip to content

Commit

Permalink
Fix fragment check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Jun 6, 2024
1 parent 5bad0d1 commit 0ed83c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
if: github.event_name == 'pull_request'

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Check changelog fragment exists
run: |
PR_NUMBER=${{ github.event.number }}
Expand Down

0 comments on commit 0ed83c7

Please sign in to comment.