Skip to content

Added domain and url canonicalization reference tests for the malicious site implementation #811

Added domain and url canonicalization reference tests for the malicious site implementation

Added domain and url canonicalization reference tests for the malicious site implementation #811

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
linting:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install dependencies
run: npm install
working-directory: ./_scripts
- name: Run tests
run: npm run test
working-directory: ./_scripts