Skip to content

migrate metrics analytics to api #25

migrate metrics analytics to api

migrate metrics analytics to api #25

Workflow file for this run

name: Frontend - Format & Test
on:
pull_request:
paths:
- 'frontend/**'
env:
NODE_VERSION: '22.x'
jobs:
format:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm ci
- name: Run Biome check
run: npm run lint
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm ci
- name: Run Unit Tests
run: npm run test