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:
68
68
69
69
- name : Get all changed markdown files
70
70
uses : tj-actions/changed-files@v45
71
- id : changed_files
71
+ id : changed-text-files
72
72
with :
73
73
files : |
74
74
**.md
75
+ _data/**.yml
75
76
76
77
- name : Run Spellcheck
77
- if : steps.changed-markdown -files.outputs.any_changed == 'true'
78
+ if : steps.changed-text -files.outputs.any_changed == 'true'
78
79
id : spellcheck
79
80
uses : rojopolis/spellcheck-github-actions@v0
80
81
with :
81
82
task_name : Markdown
82
- source_files : ${{ steps.changed_files .outputs.all_changed_files }}
83
+ source_files : ${{ steps.changed-text-files .outputs.all_changed_files }}
83
84
config_path : .github/workflows/spellcheck.yaml
84
85
Original file line number Diff line number Diff line change 11
11
active : 1
12
12
lead : 1
13
13
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
15
15
the project, ensuring both administrative and technical coherence across its
16
16
various work streams. He also contributes as a mentor in programs such as
17
17
Google Summer of Code (GSoC), IRIS-HEP, and others.
You can’t perform that action at this time.
0 commit comments