Skip to content

Commit e84930b

Browse files
committed
try
1 parent 98976ba commit e84930b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/spelling.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

_data/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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.

0 commit comments

Comments
 (0)