mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
fix(ci): switch web-ext linting action
This commit is contained in:
@@ -75,10 +75,11 @@ jobs:
|
|||||||
|
|
||||||
- name: web-ext lint
|
- name: web-ext lint
|
||||||
if: ${{ matrix.target == 'firefox' }}
|
if: ${{ matrix.target == 'firefox' }}
|
||||||
uses: freaktechnik/web-ext-lint@main
|
uses: kewisch/action-web-ext@main
|
||||||
with:
|
with:
|
||||||
extension-root: ./.output/firefox-mv3
|
cmd: lint
|
||||||
self-hosted: false
|
source: ./.output/firefox-mv3
|
||||||
|
channel: listed
|
||||||
|
|
||||||
- run: yarn npm audit
|
- run: yarn npm audit
|
||||||
continue-on-error: ${{ github.event_name != 'release' && github.event.inputs.bypass_audit == 'true' }}
|
continue-on-error: ${{ github.event_name != 'release' && github.event.inputs.bypass_audit == 'true' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user