Skip to content

Commit 0417d72

Browse files
committed
fix file paths?
1 parent e8e0dff commit 0417d72

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/spelling/.spellcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
lang: en
1111
dictionary:
1212
wordlists:
13-
- .github/actions/spelling/allow.txt
13+
- ./.github/actions/spelling/allow.txt
1414
encoding: utf-8
1515
pipeline:
1616
- pyspelling.filters.markdown:
@@ -23,10 +23,10 @@ matrix:
2323
- pre
2424

2525
wordlists:
26-
- .github/actions/spelling/allow.txt
26+
- ./.github/actions/spelling/allow.txt
2727

2828
allow_patterns:
29-
- .github/actions/spelling/patterns.txt
29+
- ./.github/actions/spelling/patterns.txt
3030

3131
forbidden:
3232
- .github/actions/spelling/forbidden.txt

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
id: spellcheck
3535
uses: rojopolis/spellcheck-github-actions@0.54.0
3636
with:
37-
config_path: /.github/actions/spelling/spellcheck.yml
37+
config_path: ./.github/actions/spelling/spellcheck.yml
3838
task_name: Markdown
3939
source_files: ${{ steps.changed_files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)