#!/usr/bin/env bash

mkdir -p test-results
pipenv run rstcheck README.rst | tee ./test-results/rstcheck.txt
