Skip to content
Snippets Groups Projects
lint-migrations-file.sh 298 B
Newer Older
  • Learn to ignore specific revisions
  • #! /usr/bin/env bash
    
    set -euo pipefail
    
    # switch to project root directory if we're not already there
    script_directory=`dirname "${BASH_SOURCE[0]}"`
    cd "$script_directory/.."
    
    source "./bin/check-clojure-cli.sh"
    check_clojure_cli
    
    cd bin/lint-migrations-file
    clojure -M -m lint-migrations-file $@