# Acceptance Criteria - Add semicolon checks to this repository so that SQL files in the `dbt` project will be checked for unintentional ";" which can break the `dbt run` steps. - Perhaps use simple bash functions such as `find`, `grep`, `if [...]; then...; exit 1; fi`, etc.
Acceptance Criteria
dbtproject will be checked for unintentional ";" which can break thedbt runsteps.find,grep,if [...]; then...; exit 1; fi, etc.