Skip to content

#61 - Migrate to Graphology #92

#61 - Migrate to Graphology

#61 - Migrate to Graphology #92

Workflow file for this run

name: build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
version: 18.x
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- name: Lint
run: yarn lint
- name: Build Prod
run: yarn build
- name: Build Storybook
run: yarn build-storybook