Skip to content

chore: don't explicitly depend on the browser config #458

chore: don't explicitly depend on the browser config

chore: don't explicitly depend on the browser config #458

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
lint-js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci --no-audit
- run: npm run lint:js
lint-webext:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: freaktechnik/web-ext-lint@v1