Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 300 Bytes

File metadata and controls

14 lines (10 loc) · 300 Bytes

Seasick Brewing

To check spelling:

cat Seasick-Brewing.md | ispell -p brewing.en_US -l

The file brewing.en_US contains words not in the standard dictionary that we need.

docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest --disable MD040 -- "*.md"