Skip to content

LOC-1096 - Fix Analytics User Identification Within Integrations #9

LOC-1096 - Fix Analytics User Identification Within Integrations

LOC-1096 - Fix Analytics User Identification Within Integrations #9

Workflow file for this run

name: QA checks
on:
pull_request:
branches:
- main
jobs:
qa:
name: Lint & Build
runs-on: [ self-hosted, Linux ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Lint source files
run: npm run lint
- name: Build package
run: npm run build