#!/usr/bin/env bash
set -Eeuo pipefail

cd "$(git -C "$(dirname "$(readlink -f "$0")")" rev-parse --show-toplevel)"

cargo check "$@"
