Skip to content

feat(utils): add subscribeKeys #1169

feat(utils): add subscribeKeys

feat(utils): add subscribeKeys #1169

Workflow file for this run

name: Lint and Type
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: yarn
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- run: yarn install --frozen-lockfile --check-files
- run: yarn install --frozen-lockfile --check-files
working-directory: ./website
- name: Prettier
run: yarn prettier:ci
- name: Lint
run: yarn eslint:ci
- name: Type
run: yarn pretest