Skip to content

better docs and npm start #5

better docs and npm start

better docs and npm start #5

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Run tests
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# Single deploy job since we're just deploying
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: install npms
run: npm install
- name: Run tests
run: npm test