Skip to content

Use <number>.<number> format for Google Analytics client ID #1045

Use <number>.<number> format for Google Analytics client ID

Use <number>.<number> format for Google Analytics client ID #1045

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint