Skip to content

Bump @testing-library/jest-dom in /components/frontend #649

Bump @testing-library/jest-dom in /components/frontend

Bump @testing-library/jest-dom in /components/frontend #649

Workflow file for this run

name: Release script quality
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
cd release
ci/pip-install.sh
- name: Quality
run: |
cd release
ci/quality.sh