From f5107aec6ca632c8ff445eb69cbcdfc746266ca2 Mon Sep 17 00:00:00 2001 From: Julian Weng Date: Sat, 21 Sep 2024 22:51:00 -0400 Subject: [PATCH] Revert "Temporarily remove frontend check" This reverts commit 1d305507cfe2dd8b9dc4b3cff577ace793cc814f. --- .github/workflows/build-and-deploy.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index cbb6ba54c..4e03f9add 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -18,6 +18,13 @@ jobs: black: false ruff: true + frontend-check: + name: "Frontend Check" + uses: pennlabs/shared-actions/.github/workflows/react-check.yaml@v0.1 + with: + path: frontend + nodeVersion: 20.11.1 + build-backend: name: Build backend runs-on: ubuntu-latest @@ -72,6 +79,7 @@ jobs: with: name: build-frontend path: /tmp/image.tar + needs: frontend-check publish: name: Publish Images