Files
dockipelago/.github/type_check.sh
2024-04-08 21:00:22 -07:00

6 lines
101 B
Bash
Executable File

if [ "$(basename "$(pwd)")" = ".github" ]; then
cd ..
fi
pyright -p .github/pyright-config.json