Skip to content

Bump @eslint/js from 9.4.0 to 9.5.0 in /components/frontend #15273

Bump @eslint/js from 9.4.0 to 9.5.0 in /components/frontend

Bump @eslint/js from 9.4.0 to 9.5.0 in /components/frontend #15273

Workflow file for this run

name: Documentation
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 docs
ci/pip-install.sh
npm install --ignore-scripts
- name: Test
run: |
cd docs
ci/unittest.sh
- name: Quality
run: |
cd docs
ci/quality.sh