Skip to content

Commit

Permalink
Merge pull request #2300 from Agenta-AI/set-prettier-version
Browse files Browse the repository at this point in the history
set prettier version
  • Loading branch information
aakrem authored Nov 25, 2024
2 parents 8679c82 + 6c43691 commit 3cb93d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check-web-code-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
with:
node-version: 20

- name: Install Prettier
run: npm install [email protected] --no-save
working-directory: agenta-web

- name: Run Prettier
run: npx prettier --check .
run: |
npx prettier -v
npx prettier --check .
working-directory: agenta-web

0 comments on commit 3cb93d1

Please sign in to comment.