Skip to content

Read yaml by configmgr - zwe init #607

Read yaml by configmgr - zwe init

Read yaml by configmgr - zwe init #607

name: Manifest SourceDependencies Verification
permissions: read-all
on:
pull_request:
types: [opened, synchronize]
jobs:
check-manifest:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Dependencies for script to work
run: npm install
working-directory: .github/scripts/manifest_verification
- name: Run Check
run: node .github/scripts/manifest_verification/check_sources.js
env:
GITHUB_TOKEN: ${{ github.token }}
BASE_REF: ${{ github.event.pull_request.base.ref }}