Skip to content

Add google tag

Add google tag #32

Workflow file for this run

name: Build & Lint
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build