Updates extensionsGallery.json for new Deployer third party extension… #27649
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- release/extensions | |
- extensions/rc1 | |
pull_request: | |
branches: | |
- release/extensions | |
- extensions/rc1 | |
jobs: | |
validate-galleries: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: latest | |
- run: yarn install --frozen-lockfile | |
name: Install dependencies | |
- run: node scripts/validateGalleries.js ${GITHUB_BASE_REF} | |
name: Validate Extension Galleries |