Skip to content

Commit

Permalink
Run web-ext lint in CI (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem authored Jun 19, 2024
1 parent 243c107 commit 6f68f9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
- name: Code Style
run: npm run cs-check

- name: Lint
run: npm run lint
- name: Code Lint
run: npm run lint

- name: Ext Lint
run: npx web-ext lint --warnings-as-errors --privileged --self-hosted --source-dir=extension/

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mozillaAddons"
],

"applications": {
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "112.0",
Expand Down

0 comments on commit 6f68f9b

Please sign in to comment.