Skip to content

Commit

Permalink
add spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
borisikhin committed Nov 25, 2024
1 parent bfc08a8 commit 28e947f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@ jobs:
uses: umbrelladocs/action-linkspector@v1
with:
filter_mode: nofilter
fail_on_error: true
fail_on_error: true

spellcheck:
name: Typo CI (GitHub Action)
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
- name: TypoCheck
uses: typoci/spellcheck-action@master
2 changes: 1 addition & 1 deletion managers/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

---

# Процессы
# роцессы
#### Литература
- Сазерленд Джефф «Scrum. Революционный метод управления проектами».
- Иван Селиховкин «Черная книга Скрам».
Expand Down

0 comments on commit 28e947f

Please sign in to comment.