File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2525wordlists :
26- - .github/actions/spelling/allow.txt
26+ - ./. github/actions/spelling/allow.txt
2727
2828allow_patterns :
29- - .github/actions/spelling/patterns.txt
29+ - ./. github/actions/spelling/patterns.txt
3030
3131forbidden :
3232 - .github/actions/spelling/forbidden.txt
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments