Skip to content

Commit

Permalink
Attempting to detect only changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Oct 6, 2023
1 parent 1566776 commit bf37719
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: tj-actions/changed-files@v39
id: changed_files

- name: Run Spellcheck
id: spellcheck
uses: rojopolis/[email protected]
with:
source_files: ${{ steps.changed_files.outputs.all_changed_files }}
output_file: spellcheck-output.txt

- uses: actions/upload-artifact@v3
if: '!cancelled()'
with:
Expand Down

0 comments on commit bf37719

Please sign in to comment.