Skip to content

Updated publisherId in multiple files as requested in Microsoft Portal when the offer was reviewed. #587

Updated publisherId in multiple files as requested in Microsoft Portal when the offer was reviewed.

Updated publisherId in multiple files as requested in Microsoft Portal when the offer was reviewed. #587

name: Workbook Metadata Validations
run-name: Workbook Metadata Validations running on ${{ github.ref_name }}
on:
pull_request:
branches:
- master
# Allows to run workflow manually from the Actions tab
workflow_dispatch:
jobs:
WorkbooksValidations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g [email protected];which npm;npm -v
- name: npm install
run: npm install
- name: Workbooks Metadata Validations
run: npm run tsc && node .script/workbooksMetadataValidator.js