Skip to content

first commit

first commit #1

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
Explore-GitHub-Actions:
runs-on: node:18-bullseye
steps:
- run: npm ci
- run: npm test