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 8f527a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- run: make package

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

0 comments on commit 8f527a4

Please sign in to comment.