Skip to content

Commit

Permalink
Remove firefox lint from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 27, 2024
1 parent 9a90bed commit 4ea7c42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
run: npm ci
- name: Running lint and type check
run: npm run lint && npm run check-types
- name: Run web-ext lint to check Firefox mobile compability
uses: kewisch/action-web-ext@2c96cb8d05464c1dd52b96229a9f33388ba1bfad # hash pinned to v1.2
with:
cmd: lint
source: src
channel: listed
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 4ea7c42

Please sign in to comment.