#!/bin/bash

set -e
set -x

# Validate that all of the YAML documents are properly-named and have valid
# syntax.
python3 tests/validate.py $1
