Skip to content

Bump eslint from 9.11.1 to 9.12.0 in /components/frontend #1686

Bump eslint from 9.11.1 to 9.12.0 in /components/frontend

Bump eslint from 9.11.1 to 9.12.0 in /components/frontend #1686

---
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