Skip to content

[www] Fix Google Analytics #227

[www] Fix Google Analytics

[www] Fix Google Analytics #227

Workflow file for this run

name: General
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: "2"
- uses: pnpm/[email protected]
with:
version: latest
- uses: actions/setup-node@v2
with:
cache: pnpm
- name: Install
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Type Check
run: pnpm check
- name: Build
run: pnpm build