1
0
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:
2025-09-09 12:57:37 +03:00
parent e21022d985
commit 101a72e6e3
+4 -3
View File
@@ -75,10 +75,11 @@ jobs:
- name: web-ext lint
if: ${{ matrix.target == 'firefox' }}
uses: freaktechnik/web-ext-lint@main
uses: kewisch/action-web-ext@main
with:
extension-root: ./.output/firefox-mv3
self-hosted: false
cmd: lint
source: ./.output/firefox-mv3
channel: listed
- run: yarn npm audit
continue-on-error: ${{ github.event_name != 'release' && github.event.inputs.bypass_audit == 'true' }}