Skip to content

Change GTMDataLayer to dataLayer #24

Change GTMDataLayer to dataLayer

Change GTMDataLayer to dataLayer #24

Workflow file for this run

name: Build Test
on:
workflow_dispatch:
pull_request:
types: [opened, edited, reopened]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Get repository code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Lint App
run: yarn lint
- name: Test App
run: yarn test
- name: Build App
run: yarn build