Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Archive project

Archive project #65

name: build
on: [push]
jobs:
build:
name: Run Specifications
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm test