Skip to content

Bump react-focus-lock from 2.12.1 to 2.13.0 in /components/frontend #934

Bump react-focus-lock from 2.12.1 to 2.13.0 in /components/frontend

Bump react-focus-lock from 2.12.1 to 2.13.0 in /components/frontend #934

name: Application tests quality
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- 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