(Translated by https://www.hiragana.jp/)
GitHub - aon3d/docker-spelling: Spell checking + CI
Skip to content

aon3d/docker-spelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Spelling Docker Image

This docker image can be used in CI to ensure good spelling.

Usage

# run from docker hub
docker run --rm -it aon3d/docker-spelling

# build and run from checked out repository
docker run --rm -it $(docker build -q .)