Skip to content

Commit

Permalink
add linting step and id to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlong committed Jan 24, 2021
1 parent eea5d3c commit 139e8aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build:
release:
name: Create Release Branch and Tag
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 139e8aa

Please sign in to comment.