Skip to content

fix: csp headers for google analytics (#68) #95

fix: csp headers for google analytics (#68)

fix: csp headers for google analytics (#68) #95

Workflow file for this run

name: Github Actions
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build