Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Insights client specs + javascript insights client #62

Merged
merged 14 commits into from
Jan 6, 2022
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Checking analytics specs
run: yarn build:specs analytics

- name: Checking insights specs
run: yarn build:specs insights

- name: Lint
run: yarn specs:lint

Expand Down Expand Up @@ -72,6 +75,9 @@ jobs:
- name: Build analytics client
run: yarn build:clients javascript analytics

- name: Build insights client
run: yarn build:clients javascript insights

damcou marked this conversation as resolved.
Show resolved Hide resolved
- name: Lint
run: yarn lint

Expand Down