Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
spellcheck:
name:"spellcheck"
name: "spell"
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
Expand All @@ -22,4 +22,18 @@ jobs:
run: sudo apt install ispell

- name: "Run spellchecker"
run: cat Seasick-Brewing.md | ispell -p brewing.en_US -l
run: cat Seasick-Brewing.md | ispell -p brewing.en_US -l | sort | uniq

report:
name: "report"
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: ${{ steps.spell.outputs.stdout }}
})
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To check spelling:

``` sh
cat Seasick-Brewing.md | ispell -p brewing.en_US -l
cat Seasick-Brewing.md | ispell -p brewing.en_US -l | sort | uniq
```

The file `brewing.en_US` contains words not in the standard dictionary that
Expand Down
2 changes: 1 addition & 1 deletion Seasick-Brewing.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The second use of water is as a thermal reservoir, generally to cool
the wort very quickly. In this case, brewing on a boat provides
several new options as there is an effectively limitless thermal
reservoir in the ocean or lake (assuming we are not talking about
industrial scale brewing). There may be local enviornmental considerations
industrial scale brewing). There may be local environmental considerations
when docked that would need to be approved and sorted with local
departments of natural resources - as even large air conditioning units
in buildings are prohibited from dumbing otherwise untainted water
Expand Down
2 changes: 1 addition & 1 deletion brewing.en_US
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ brewhouse
repurposed
thermoelectric
APA
CO2
Kegging
Mitigations
mitigations
fermentable
taproom
Reinheitsgebot
Loading