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

Latest commit

 

History

History
56 lines (40 loc) · 1.5 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.5 KB

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