update make target in CI

This commit is contained in:
Gretchen Miller 2025-03-05 17:53:09 -08:00
parent 0661377bd6
commit b3fa9193d1

View File

@ -28,4 +28,4 @@ jobs:
./venv/bin/pip install ruff
- name: Run formatting check
run: make ck-format
run: make check-format