#!/bin/bash

set -e  # Exit on error

make lint

echo "Linting complete!"
