Skip to content

Test matching for eTLD+1 on the private list #807

Test matching for eTLD+1 on the private list

Test matching for eTLD+1 on the private list #807

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