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

v0.0.3

v0.0.3 #143

Workflow file for this run

name: Test project files on push
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Installing node_modules
run: npm install
- name: Build the app
run: npm run build