Skip to content

Fix vertical alignment of attribute in compact mode (fixes #58) #62

Fix vertical alignment of attribute in compact mode (fixes #58)

Fix vertical alignment of attribute in compact mode (fixes #58) #62

Workflow file for this run

name: 'Build'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
npm install
npm run build