-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
richelbilderbeek
committed
Sep 5, 2023
1 parent
9d78241
commit 1c58423
Showing
3 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Check that there is correct spelling in all files | ||
name: Check spelling | ||
|
||
on: | ||
push: | ||
pull_request: | ||
schedule: | ||
- cron: "0 0 16 * *" | ||
|
||
|
||
jobs: | ||
check_spelling: | ||
|
||
runs-on: ubuntu-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
|
||
- name: Set up Git repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Remove folders that do not care about spelling | ||
run: | | ||
rm -rf DevelopmentDesign | ||
rm -rf feedback | ||
- uses: igsekor/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
matrix: | ||
- name: markdown | ||
dictionary: | ||
wordlists: | ||
- .wordlist.txt | ||
output: wordlist.dic | ||
encoding: utf-8 | ||
pipeline: | ||
- pyspelling.filters.markdown: | ||
markdown_extensions: | ||
- markdown.extensions.extra: | ||
- pyspelling.filters.html: | ||
comments: false | ||
attributes: | ||
- alt | ||
ignores: | ||
- ':matches(code, pre)' | ||
- 'code' | ||
- 'pre' | ||
- 'blockquote' | ||
sources: | ||
- '**/*.md' | ||
default_encoding: utf-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Ångström | ||
Bilderbeek | ||
Björn | ||
BMC | ||
Claremar | ||
Dahlö | ||
Eklund | ||
Iusan | ||
Lindberg | ||
Lundberg | ||
Mitev | ||
Mitev's | ||
NBIS | ||
Pavlin | ||
Rackham | ||
Richel | ||
Richèl | ||
SCoRe | ||
Sjöman | ||
Söderberg | ||
UPPMAX | ||
|