forked from mirror/Archipelago
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
if [ "$(basename "$(pwd)")" = ".github" ]; then
|
|
cd ..
|
|
fi
|
|
|
|
pyright -p .github/pyright-config.json
|