Skip to content

Commit

Permalink
Only get changed files to score for Readability in the SDK directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Nov 6, 2023
1 parent fd34162 commit c8531ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/readability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v3
- name: Get changed files.
id: changed-files
uses: tj-actions/[email protected]
uses: tj-actions/changed-files@v40
with:
files: source/sdk/**
- name: List changed files (debugging log statement).
run: |
echo ${{ steps.changed-files.outputs.all_changed_files }}
Expand Down

0 comments on commit c8531ae

Please sign in to comment.