Skip to content

Commit

Permalink
Allow MV3 extensions (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand authored Jun 11, 2024
1 parent d900de8 commit 4277eb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions taskcluster/kinds/addons-linter/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ task-template:
cache-dotcache: false
use-caches: false
cwd: '{checkout}'
# TODO: We should enable MV3 when we are ready to accept MV3 add-ons.
# This should be done by replacing `2` with `3` in the command below.
command: >-
curl -sSL --fail --retry 3 -o {xpi_file} "$XPI_URL" &&
npx -y addons-linter --privileged --boring --disable-xpi-autoclose --max-manifest-version=2 {xpi_file}
npx -y addons-linter --privileged --boring --disable-xpi-autoclose --max-manifest-version=3 {xpi_file}
run-on-tasks-for: [action]

0 comments on commit 4277eb6

Please sign in to comment.