#!/bin/bash
set -euo pipefail

cd "$(git rev-parse --show-toplevel)"
ci/check-codingstyle | patch -p0
