Bump eslint-plugin-jest from 28.9.0 to 28.10.0 in /components/frontend #22366
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Collector | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install uv | |
uses: astral-sh/setup-uv@v4 | |
with: | |
version: "0.4.22" | |
- name: Install dependencies, run unit tests and check quality | |
run: | | |
cd components/collector | |
uv venv | |
ci/pip-install.sh | |
ci/unittest.sh | |
ci/quality.sh |