Merge pull request #3500 from inductor/fix_githubactions
Fix GitHub Actions error
This commit is contained in:
commit
e8f9139db9
3 changed files with 4 additions and 3 deletions
1
.github/workflows/gibberish.txt
vendored
1
.github/workflows/gibberish.txt
vendored
|
|
@ -52,3 +52,4 @@ gg
|
||||||
pqBpw
|
pqBpw
|
||||||
JDBC
|
JDBC
|
||||||
JDK
|
JDK
|
||||||
|
ForgeGradle
|
||||||
|
|
|
||||||
2
.github/workflows/spellcheck.yaml
vendored
2
.github/workflows/spellcheck.yaml
vendored
|
|
@ -11,4 +11,4 @@ jobs:
|
||||||
- name: actions/checkout
|
- name: actions/checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: rojopolis/spellcheck - actually doing something
|
- name: rojopolis/spellcheck - actually doing something
|
||||||
uses: rojopolis/spellcheck-github-actions@0.9.1
|
uses: rojopolis/spellcheck-github-actions@0.16.0
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@ matrix:
|
||||||
encoding: utf-8
|
encoding: utf-8
|
||||||
pipeline:
|
pipeline:
|
||||||
- pyspelling.filters.markdown:
|
- pyspelling.filters.markdown:
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- markdown.extensions.extra:
|
- pymdownx.extra:
|
||||||
- pyspelling.filters.html:
|
- pyspelling.filters.html:
|
||||||
comments: true
|
comments: true
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue