Skip to content

Commit

Permalink
test new spellchecker
Browse files Browse the repository at this point in the history
test

Signed-off-by: Alex Apostolescu <[email protected]>
  • Loading branch information
Alex-deVis committed Dec 14, 2024
1 parent 85302e1 commit cf7b5fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

spellcheck:
name: Spellcheck
misspell:
name: misspell
runs-on: ubuntu-latest
steps:
- name: Spellcheck
uses: open-education-hub/actions/spellcheck@main
- uses: actions/checkout@v4
- name: misspell
uses: reviewdog/action-misspell@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.github_token }}
locale: "US"
level: "info"
fail_level: "any"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ It currently consists of 5 chapters:
Each chapter has its own folder.
Content for each chapter is split in two subfolders:

* `leccture/`: conntent to be presented and discussed as part of lectures
* `lecture/`: content to be presented and discussed as part of lectures
* `lab/`: content to be worked on as practical activities during labs / seminars
* Some names Razvan, Răzvan, organise

Check notice on line 31 in README.md

View workflow job for this annotation

GitHub Actions / misspell

[misspell] README.md#L31

"organise" is a misspelling of "organize"
Raw output
./README.md:31:30: "organise" is a misspelling of "organize"

Lecture content is expected to be presented and followed.
Lab content is expected to be used as practice work.
Expand Down

0 comments on commit cf7b5fa

Please sign in to comment.