feat: update issue templates and workflows; add python compile check and sourcery integration
This commit is contained in:
5
tools/python_compile_check.sh
Executable file
5
tools/python_compile_check.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Run python -m compileall quietly to catch syntax errors in the repo.
|
||||
python -m compileall -q .
|
||||
Reference in New Issue
Block a user