Skip to content

Commit

Permalink
Use better change detection
Browse files Browse the repository at this point in the history
  • Loading branch information
carusooo committed Aug 23, 2024
1 parent 7bfa58c commit 6c8a839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/[email protected]
name: Checkout
- uses: jitterbit/get-changed-files@v1
id: changed_files
name: Get changed files
- id: changed_files
name: Changed Files
uses: tj-actions/changed-files@v45
- id: md_changed_files
name: Spellcheck Markdown files
run: |-
Expand Down

0 comments on commit 6c8a839

Please sign in to comment.