Skip to content

Commit

Permalink
fix: Correct options for spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
9876691 committed Aug 28, 2022
1 parent 148d303 commit 87b05bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: PWD
run: pwd

- name: Spell Check
run: docker run --rm -v rust-on-nails.com/content:/workdir tmaier/markdown-spellcheck:latest --report "**/*.md"
run: docker run --rm -v $(pwd)/rust-on-nails.com/content:/workdir tmaier/markdown-spellcheck:latest --report "**/*.md"

2 changes: 1 addition & 1 deletion rust-on-nails.com/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ title = "Fast by default ⚡️"
content = 'Compiles to a full async executable that utilizes all cores.'

[[extra.list]]
title = "Technologies you know"
title = "Technologies you already know"
content = "Leverages your existing knowledge of SQL, Docker, HTML, JS and CSS."

[[extra.list]]
Expand Down

0 comments on commit 87b05bb

Please sign in to comment.