dograh/scripts/format.sh
Abhishek d4b6afb020
feat: add logs in campaigns for failure or pausing (#265)
* feat: add logs in campaigns on failure

* chore: bump pipecat

* chore: update format.sh

* chore: fix github workflow

* fix: fix formatting errors
2026-05-05 19:23:50 +05:30

7 lines
130 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
ruff check api --select I --select F401 --fix
ruff format api
(cd ui && npm run fix-lint)