Updated SQL 4 CDS extension to 7.5.1 (#24364) #25942
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/[email protected] | |
- uses: actions/setup-node@v1 | |
with: | |
node-version: 14.17.3 | |
- run: yarn install --frozen-lockfile | |
name: Install dependencies | |
- run: node scripts/validateGalleries.js ${GITHUB_BASE_REF} | |
name: Validate Extension Galleries |