#!/usr/bin/env bash

docker run --rm -t -v "$(pwd)":/github/workspace -w /github/workspace oskarstark/doctor-rst:1.78.0 --short "$@"
