From 29165bb1e2217e5d3549162c93c1bfdbadc29c62 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Tue, 24 Feb 2026 23:34:04 +0100 Subject: [PATCH] chore: Run lint after to fix deps issues, b=no-bug, c=workflows --- .github/workflows/pr-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index f0bad98f6..7070cccf8 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -28,13 +28,13 @@ jobs: - name: Install dependencies run: npm ci - - name: Run linting - run: npm run lint - - name: Download Firefox and dependencies env: ZEN_DOWNLOAD_DONT_INIT_GIT: "1" run: npm run download + - name: Run linting + run: npm run lint + - name: Import patches run: npm run import