Skip to content

Commit

Permalink
add test to see what files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nsryan2 committed Jul 24, 2024
1 parent 9757ec0 commit 56b84f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/changelog_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Debug changed files
run: |
echo "Changed files:"
echo "${{ github.event.pull_request.changed_files }}"
- name: Check for CHANGELOG.md update
id: changelog-check
run: |
Expand Down

0 comments on commit 56b84f8

Please sign in to comment.