Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
/ Marketplace-App Public archive

Find Spelling errors in files within PRs

License

Notifications You must be signed in to change notification settings

TypoCI/Marketplace-App

Repository files navigation

Typo CI Logo - It's a sword surrounded by brackets

Checks for spelling errors within commits by listening to webhooks from GitHub.

RSpec Linters

Setup & Local Dev

docker-compose build
docker-compose run --rm web bin/setup

Symlink puma-dev

This allows you run run the dashboard part of the app locally.

ln -s ~/.puma-dev/typoci .
echo "3000" > ~/.puma-dev/typoci

Running locally

docker-compose up

Running one off commands

Enter shell within the docker container with:

docker-compose run --rm --no-deps web bash

Sources