diff --git a/.github/workflows/check-web-code-prettier.yml b/.github/workflows/check-web-code-prettier.yml index e2b0ca7a58..1f363c0c03 100644 --- a/.github/workflows/check-web-code-prettier.yml +++ b/.github/workflows/check-web-code-prettier.yml @@ -17,6 +17,12 @@ jobs: with: node-version: 20 + - name: Install Prettier + run: npm install prettier@3.2.5 --no-save + working-directory: agenta-web + - name: Run Prettier - run: npx prettier --check . + run: | + npx prettier -v + npx prettier --check . working-directory: agenta-web