Skip to content

chore: fix bugs reported in sentry #306

chore: fix bugs reported in sentry

chore: fix bugs reported in sentry #306

Workflow file for this run

# ---------------------------------------------------------------------------------------------
# Copyright (c) Infiniscene, Inc. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# ---------------------------------------------------------------------------------------------
on:
push:
branches:
- "*"
name: Check for license headers
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npx license-check-and-add check -f build/license-header.json