Skip to content

adds team param to cdp-app-config create #519

adds team param to cdp-app-config create

adds team param to cdp-app-config create #519

name: Check Pull Request
on:
pull_request:
branches:
- main
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
jobs:
build:
name: Run Pull Request Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm install
- run: npm run format:check
- run: npm run lint
- run: npm test