Skip to content
4 changes: 4 additions & 0 deletions ci/check_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

set -euo pipefail

# Install pre-commit requirements
apt-get update
apt-get install -y g++

pip install pre-commit

# Run pre-commit checks
Expand Down
Loading
Loading