Removing Oracle service pack from the extensions library #27870
Workflow file for this run
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 |