Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 259 Bytes

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 .)