Skip to content

Add more tests to check prefixed scheme URLs issue #180

Add more tests to check prefixed scheme URLs issue

Add more tests to check prefixed scheme URLs issue #180

Workflow file for this run

name: build-and-test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: npm install
run: npm install
- name: build
run: npm run build
- name: test
run: npm run test