Skip to content

Add logos and screenshots #5

Add logos and screenshots

Add logos and screenshots #5

Workflow file for this run

name: Node.js Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Build App
run: npm run build:app
- name: Run tests
run: npm test