main
1#!/bin/sh
2
3set -e
4
5[ -z "$DEBUG" ] || set -x
6
7echo [$(date "+%H:%M:%S")] "==> Running setup…"
8bin/setup
9
10echo [$(date "+%H:%M:%S")] "==> Running linters…"
11bundle exec rake lint