Skip to content

remove theme picker and remove close header #9

remove theme picker and remove close header

remove theme picker and remove close header #9

Workflow file for this run

name: Jest Tests and Linting
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install --frozen-lockfile
- name: Next Linting
run: yarn lint
- name: Run tests
run: yarn test