Skip to content

feat(hotjar): add hotjar configuration #12

feat(hotjar): add hotjar configuration

feat(hotjar): add hotjar configuration #12

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
working-directory: ./
run: npm install
- name: eslint
working-directory: ./
run: npm run lint