Skip to content

replace bad links with wayback machine links #413

replace bad links with wayback machine links

replace bad links with wayback machine links #413

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: npm ci
- run: npm test