Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ jobs:
- name: Run lint
run: npx gulp lint

- name: Run lint-chromium
run: npx gulp lint-chromium

- name: Run lint-mozcentral
run: npx gulp lint-mozcentral
31 changes: 31 additions & 0 deletions .github/workflows/prefs_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Prefs tests
on: [push, pull_request]
permissions:
contents: read

jobs:
test:
name: Test
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [lts/*]

steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm ci

- name: Run prefs tests
run: npx gulp prefstest
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export default [
"web",
"fluent-bundle",
"fluent-dom",
"postcss-values-parser",
// See https://github.com/firebase/firebase-admin-node/discussions/1359.
"eslint-plugin-perfectionist",
],
Expand Down
256 changes: 0 additions & 256 deletions extensions/chromium/preferences_schema.json

This file was deleted.

Loading
Loading