Skip to content

Merge pull request #84 from sumanbh/dependabot/npm_and_yarn/word-wrap… #70

Merge pull request #84 from sumanbh/dependabot/npm_and_yarn/word-wrap…

Merge pull request #84 from sumanbh/dependabot/npm_and_yarn/word-wrap… #70

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: yarn install --immutable
- name: Build
run: yarn build