check-metadata.sh 280 B

123456789
  1. #!/usr/bin/env bash
  2. set -Eeuo pipefail
  3. cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.."
  4. # metadata.sh takes directories with a 'metadata.json' in them
  5. # metadata.json is expected in every repo
  6. # "." so that the canonical source metadata.json is checked too
  7. ./metadata.sh */ .