Skip to content

Add more breathing room to x-axis #111

Add more breathing room to x-axis

Add more breathing room to x-axis #111

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test --passWithNoTests
- name: Build 🔧
run: yarn build