Skip to content

[doc] Remove reference to a script that no longer exists #77

[doc] Remove reference to a script that no longer exists

[doc] Remove reference to a script that no longer exists #77

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: lts/*
- run: npm install
- run: npm test
- run: npm run test-esm
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}