Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

[Snyk] Upgrade zone.js from 0.10.3 to 0.14.4 #239

[Snyk] Upgrade zone.js from 0.10.3 to 0.14.4

[Snyk] Upgrade zone.js from 0.10.3 to 0.14.4 #239

Workflow file for this run

name: Check License Lines
on: [ pull_request ]
jobs:
license-header-check:
name: PR Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: "1.12.1"
- name: Check License Lines
run: bash ./.github/scripts/check-license.sh $(pwd)