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

- name: "web-ext lint"
uses: kewisch/action-web-ext@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
cmd: lint
source: build/firefox
channel: unlisted
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v4
with:
name: firefox-xpi
Expand Down

0 comments on commit a74e62d

Please sign in to comment.