Skip to content

Defer loading ads until we know if this is some kind of error page (4… #1524

Defer loading ads until we know if this is some kind of error page (4…

Defer loading ads until we know if this is some kind of error page (4… #1524

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: <registry url>
- name: Install dependencies
run: yarn install
- name: ESLint
run: yarn lint-js
- name: TypeScript
run: yarn lint-ts
- name: Unit tests
run: yarn test