Skip to content

Matomo (siteId 2) anche sulle pagine di redirect (devops/whitepaper/c… #104

Matomo (siteId 2) anche sulle pagine di redirect (devops/whitepaper/c…

Matomo (siteId 2) anche sulle pagine di redirect (devops/whitepaper/c… #104

Workflow file for this run

name: Validate registry
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run validate
- run: npm run check-core