Skip to content

chore(deps): bump cookie and lighthouse in /tests/lighthouse #1926

chore(deps): bump cookie and lighthouse in /tests/lighthouse

chore(deps): bump cookie and lighthouse in /tests/lighthouse #1926

Workflow file for this run

name: PR Lint Check
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
jobs:
run-lint-check:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: lint_check
shell: bash
run: |
set -e
npm ci
npx eslint --max-warnings 0 src/ backend/
npm run lint-check