Skip to content

Merge pull request #230 from ncaq/dependabot/npm_and_yarn/web-ext-8.0.0 #322

Merge pull request #230 from ncaq/dependabot/npm_and_yarn/web-ext-8.0.0

Merge pull request #230 from ncaq/dependabot/npm_and_yarn/web-ext-8.0.0 #322

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