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

1.0.2

1.0.2 #7

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test