From 8920bc439dc3d31cd150480c4f52a9428a40ac9c Mon Sep 17 00:00:00 2001 From: turnoffthiscomputer Date: Sun, 14 Jul 2024 19:20:50 +0200 Subject: [PATCH] add prettier to CI/CD --- .github/workflows/action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 81bc0b711..12497f9c1 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -47,6 +47,14 @@ jobs: working-directory: ./circuits run: yarn install-circuits --immutable + - name: Run lint + working-directory: ./circuits + run: yarn lint + + - name: Run Tests + working-directory: ./circuits + run: yarn test + - name: Run Tests working-directory: ./circuits run: yarn test