From 139e8aa0378e79c181f6dd26576cd19cfea1c791 Mon Sep 17 00:00:00 2001 From: Jon Long <482527+jonlong@users.noreply.github.com> Date: Sun, 24 Jan 2021 17:29:50 -0500 Subject: [PATCH] add linting step and id to manifest --- .github/workflows/release.yml | 10 +++++++++- manifest.json | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c98be5e..79cb124 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - main jobs: - build: + release: name: Create Release Branch and Tag runs-on: ubuntu-latest outputs: @@ -40,6 +40,14 @@ jobs: with: cmd: build + - name: "web-ext lint" + uses: kewisch/action-web-ext@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + cmd: lint + channel: listed + - name: 'web-ext sign' id: web-ext-sign uses: kewisch/action-web-ext@v1 diff --git a/manifest.json b/manifest.json index f2057e4..d4b85da 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,12 @@ "name": "Youtube Remote+ for Helix and Stomp", "version": "1.0", "description": "For use with the Line6 Helix and HX Stomp. Adds shortcuts for play/pause, loop, speed, and seek to YouTube, for use with the QWERTY hotkeys feature in Helix and HX Stomp.", + "browser_specific_settings": { + "gecko": { + "id": "{39c28e80-541d-4823-9fc9-44ecae549e8f}", + "strict_min_version": "42.0" + } + }, "commands": { "setA": { "suggested_key": {