chore: Run lint before downloading firefox for PRs to have an early exit, b=no-bug, c=workflows

This commit is contained in:
mr. m
2026-02-23 12:36:18 +01:00
parent e59ff43490
commit bbaf779e7a

View File

@@ -25,6 +25,9 @@ jobs:
with:
node-version-file: ".nvmrc"
- name: Run linting
run: npm run lint
- name: Install dependencies
run: npm ci
@@ -35,6 +38,3 @@ jobs:
- name: Import patches
run: npm run import
- name: Run linting
run: npm run lint