Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Merge pull request #680 from rvermootenct/main #57

Merge pull request #680 from rvermootenct/main

Merge pull request #680 from rvermootenct/main #57

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Install packages
run: yarn install
- name: Build
run: yarn build