mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-20 01:51:40 +00:00
12 lines
207 B
Bash
Executable File
12 lines
207 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
cd "${SCRIPT_DIR}"
|
|
|
|
# Run commands from the project root directory.
|
|
cd ..
|
|
|
|
set -x
|
|
|
|
vendor/bin/psalm --config="tests/psalm.xml"
|