Skip to content

feat(gtm): add custom event for GTM service #30

feat(gtm): add custom event for GTM service

feat(gtm): add custom event for GTM service #30

Workflow file for this run

name: Continous
on: [push]
jobs:
BuildAndTest:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Clean install dependencies
run: npm ci
- name: Build
run: npm run build