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

Update README to say repo is archived #52

Update README to say repo is archived

Update README to say repo is archived #52

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
working-directory: ./test
run: |
rustup component add rust-src
npm ci
npm test