Skip to content

Bump @eslint/compat from 1.2.2 to 1.2.3 in /components/frontend #7703

Bump @eslint/compat from 1.2.2 to 1.2.3 in /components/frontend

Bump @eslint/compat from 1.2.2 to 1.2.3 in /components/frontend #7703

Workflow file for this run

---
name: API-server
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.22"
- name: Install dependencies, run unit tests and check quality
run: |
cd components/api_server
uv venv
ci/pip-install.sh
ci/unittest.sh
ci/quality.sh