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

build(deps): bump @angular/core from 8.2.13 to 10.2.5 in /web/apps/angular8 #238

build(deps): bump @angular/core from 8.2.13 to 10.2.5 in /web/apps/angular8

build(deps): bump @angular/core from 8.2.13 to 10.2.5 in /web/apps/angular8 #238

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)