Skip to content

Commit

Permalink
ci: run web-ext linter on firefox version
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Moessbauer <[email protected]>
  • Loading branch information
fmoessbauer committed Jul 2, 2024
1 parent 407d493 commit 7d6f6b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
permissions:
contents: read

env:
WEB_EXT_VERS: 8.2.0

jobs:
reuse-and-codestyle:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -49,6 +52,10 @@ jobs:
- run: make package

- name: "web-ext lint"
run: |
npx web-ext@${{ env.WEB_EXT_VERS }} lint --source-dir build/firefox --self-hosted
- uses: actions/upload-artifact@v4
with:
name: firefox-xpi
Expand Down

0 comments on commit 7d6f6b0

Please sign in to comment.