Skip to content

Revert "Fix gridGap property (#1099)" (#1101) #33

Revert "Fix gridGap property (#1099)" (#1101)

Revert "Fix gridGap property (#1099)" (#1101) #33

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '15'
- name: Install modules
run: yarn
- name: Run tests
run: yarn test