Skip to content

fix: Firefox settings no longer disabled on the options page when in … #14

fix: Firefox settings no longer disabled on the options page when in …

fix: Firefox settings no longer disabled on the options page when in … #14

Workflow file for this run

name: Checks
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn test