Skip to content

feat: configure AdSense, CookieYes consent, and CSP updates #67

feat: configure AdSense, CookieYes consent, and CSP updates

feat: configure AdSense, CookieYes consent, and CSP updates #67

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm audit --omit=dev
- run: npm run lint
- run: npm test
- run: npm run build