Skip to content

uhooi/docker-textlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-textlint


Docker image for textlint.

Usage

Shell

Pull the Docker image from Docker Hub:
$ docker pull uhooi/textlint:latest
Create a container from the image and run it:
# Output textlint version
$ docker run --rm uhooi/textlint --version
v11.6.1

# Run textlint example
$ docker run --rm -v $PWD:/work uhooi/textlint --plugin review --preset preset-ja-technical-writing --fix --config .textlintrc foo.re

GitHub Actions

TBD