Skip to content

build(deps-dev): bump web-ext from 7.11.0 to 8.0.0 #320

build(deps-dev): bump web-ext from 7.11.0 to 8.0.0

build(deps-dev): bump web-ext from 7.11.0 to 8.0.0 #320

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: "20.x"
- run: yarn --frozen-lockfile
- run: yarn package
- run: yarn lint