Skip to content

Merge pull request #487 from webcat12345/cypress #104

Merge pull request #487 from webcat12345/cypress

Merge pull request #487 from webcat12345/cypress #104

Workflow file for this run

name: Build
on: [push]
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
yarn install
yarn build