diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f2a4cca..e0e7a25 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -100,6 +100,9 @@ jobs: run: | cd frontend bun run lint + - name: Debug + if: always() + run: cat /tmp/*/* prettier: name: prettier