From 101a72e6e3a8cd6eaf72a25ce5cb3b01677689b5 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 9 Sep 2025 12:57:37 +0300 Subject: [PATCH] fix(ci): switch web-ext linting action --- .github/workflows/cd_pipeline.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd_pipeline.yml b/.github/workflows/cd_pipeline.yml index 21dd92d..b5b3229 100644 --- a/.github/workflows/cd_pipeline.yml +++ b/.github/workflows/cd_pipeline.yml @@ -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' }}