Skip to content

document: README.md link target should be more specific. #287

document: README.md link target should be more specific.

document: README.md link target should be more specific. #287

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install --no-package-lock
- run: npm test