Skip to content

[Sub issue]: Improve Evaluation comparison view to show all ground truth columns #720

[Sub issue]: Improve Evaluation comparison view to show all ground truth columns

[Sub issue]: Improve Evaluation comparison view to show all ground truth columns #720

name: Check web Code - Prettier
on:
pull_request:
paths:
- "agenta-web/**"
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run Prettier
run: npx prettier --check .
working-directory: agenta-web