Skip to content

Bump @eslint/compat from 1.1.1 to 1.2.0 in /components/frontend #1685

Bump @eslint/compat from 1.1.1 to 1.2.0 in /components/frontend

Bump @eslint/compat from 1.1.1 to 1.2.0 in /components/frontend #1685

---
name: Application tests quality
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
cd tests/application_tests
ci/pip-install.sh
- name: Quality
run: |
cd tests/application_tests
ci/quality.sh