#!/bin/bash

docker build -t pre-commit-codestyle .
docker run --rm pre-commit-codestyle sh ./codestyle.sh && sh ./run_tests.sh
