Skip to content

Commit

Permalink
github: checking spelling of implementation chapter
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Molloy <philip@philipmolloy.com>
  • Loading branch information
pamolloy committed Mar 26, 2024
1 parent 77677b0 commit fcd82c1
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: SpellCheck Action
on: push

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@v0
name: Spellcheck
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*~
dictionary.dic
*.swp
19 changes: 19 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
jobs: 4
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- 'implementation/*.md'
default_encoding: utf-8
25 changes: 25 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
LinuxBoot
userspace
UEFI
Makefile
DXE
filesystem
FFS
initramfs
initrd
EDK
EFI
NetBoot
tianocore
DHCP
TFTP
reflash
SOIC
PXE
flashrom
BDS
MiB
GPIO
Minix
PCH
BootGuard

0 comments on commit fcd82c1

Please sign in to comment.