[Snyk] Upgrade zapier-platform-core from 15.5.1 to 15.5.2 #14
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: Zapier Integration Validation | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- id: checkout | |
name: Checkout repo | |
uses: actions/checkout@v3 | |
- id: setup-node | |
name: Setup Node.js | |
uses: actions/setup-node@v3 | |
- id: setup-libraries | |
name: Install libraries | |
run: | | |
yarn global add zapier-platform-cli | |
yarn | |
- id: zapier-validate | |
name: Zapier validate | |
run: zapier validate |