Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AVtheking committed Oct 30, 2024
1 parent 4ed66a5 commit 9bf0bf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: Get changed TypeScript files
id: changed-files
uses: tj-actions/changed-files@v40
- name: Echo changed files
run: |
echo "Changed files:"
echo "${{ steps.changed-files.outputs.all_changed_files }}"
- name: Check formatting
if: steps.changed-files.outputs.only_changed != 'true'
Expand Down

0 comments on commit 9bf0bf7

Please sign in to comment.