chore: fix bugs reported in sentry #306
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------------------------- | |
# 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 |