#!/usr/bin/env sh

set -e

repo_dir=$(readlink -f $(dirname $0)/../..)

${repo_dir}/.ci/lint
