Skip to content

Add PostHog analytics initialization with Playwright e2e test #41

Add PostHog analytics initialization with Playwright e2e test

Add PostHog analytics initialization with Playwright e2e test #41

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v5
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: '24.9.0'
cache: 'npm'
- name: Install Deps
run: npm ci
- name: Run linter
run: npm run lint