Skip to content

Create page describing the uPSC #178

Create page describing the uPSC

Create page describing the uPSC #178

Workflow file for this run

name: main
on:
- pull_request
- push
jobs:
main:
name: Spell Check and Lint Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/iron
- run: npm install
- run: npm test