Skip to content

Update dependency wxt to v0.20.25 #5934

Update dependency wxt to v0.20.25

Update dependency wxt to v0.20.25 #5934

Workflow file for this run

on: [push, pull_request]
name: Lint and Build
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run lint
build-chrome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run build:chrome
build-firefox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run build:firefox