Skip to content

Change loopback regex to avoid valid addresses #7

Change loopback regex to avoid valid addresses

Change loopback regex to avoid valid addresses #7

Workflow file for this run

name: Repo checks
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Run tests
uses: yarn test