File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -68,17 +68,18 @@ jobs:
6868
6969 - name : Get all changed markdown files
7070 uses : tj-actions/changed-files@v45
71- id : changed_files
71+ id : changed-text-files
7272 with :
7373 files : |
7474 **.md
75+ _data/**.yml
7576
7677 - name : Run Spellcheck
77- if : steps.changed-markdown -files.outputs.any_changed == 'true'
78+ if : steps.changed-text -files.outputs.any_changed == 'true'
7879 id : spellcheck
7980 uses : rojopolis/spellcheck-github-actions@v0
8081 with :
8182 task_name : Markdown
82- source_files : ${{ steps.changed_files .outputs.all_changed_files }}
83+ source_files : ${{ steps.changed-text-files .outputs.all_changed_files }}
8384 config_path : .github/workflows/spellcheck.yaml
8485
Original file line number Diff line number Diff line change 1111 active : 1
1212 lead : 1
1313 responsibilities : |
14- David serves as the principal investigator for the NSF-funded components of
14+ David servesasd as the principal investigator for the NSF-funded components of
1515 the project, ensuring both administrative and technical coherence across its
1616 various work streams. He also contributes as a mentor in programs such as
1717 Google Summer of Code (GSoC), IRIS-HEP, and others.
You can’t perform that action at this time.
0 commit comments