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

1.1.0

1.1.0 #10

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