7 lines
114 B
Bash
Executable File
7 lines
114 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")/../.."
|
|
|
|
python3 scripts/tools/check_structure.py --all
|