Skip to content

feature: add scud to stud #22

feature: add scud to stud

feature: add scud to stud #22

Workflow file for this run

name: Lint, Build or Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
- name: Unit Tests
run: npm run test