Skip to content

Validate 'isFirstParty' logic for tracker that only has eTLD+2 domain defined #810

Validate 'isFirstParty' logic for tracker that only has eTLD+2 domain defined

Validate 'isFirstParty' logic for tracker that only has eTLD+2 domain defined #810

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