Skip to content

Dark mode, example environmental keys, updated contribution section #291

Dark mode, example environmental keys, updated contribution section

Dark mode, example environmental keys, updated contribution section #291

Workflow file for this run

name: CI Tests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test