Skip to content

Commit

Permalink
reverted changes in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
AVtheking committed Oct 30, 2024
1 parent 695c22d commit c0ca9c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ 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'
run: npm run format:check
Expand Down

0 comments on commit c0ca9c2

Please sign in to comment.