Skip to content

dgmora/docker-pronto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-pronto

A docker image to run code linting with pronto

Running it

Set one of the following environment variables in CI:

PRONTO_GITHUB_ACCESS_TOKEN
PRONTO_GITLAB_API_PRIVATE_TOKEN
PRONTO_BITBUCKET_USERNAME
PRONTO_BITBUCKET_PASSWORD

Run this:

docker run -e "PRONTO_GITHUB_ACCESS_TOKEN=$PRONTO_GITHUB_ACCESS_TOKEN" -v $(pwd):/usr/src/app dgmora/pronto pronto run -c origin/master -f github_pr

Then, you will have comments in that PR.

About

A docker wrapper for pronto linter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published