7 lines
130 B
Ruby
Executable file
7 lines
130 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
# frozen_string_literal: true
|
|
|
|
require_relative './database/schema_validator'
|
|
|
|
SchemaValidator.new.validate!
|