Skip to content

ci: add staging workflow and update release workflow with Forge deplo… #20

ci: add staging workflow and update release workflow with Forge deplo…

ci: add staging workflow and update release workflow with Forge deplo… #20

Workflow file for this run

name: Licenses
on:
workflow_dispatch:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
licences:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install NodeJS
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: npm install
- name: Check Licenses
uses: ONLYOFFICE/check-licenses@v1
with:
project_license: Apache-2.0