Skip to content

chore: add log on coral stream raising an error #3373

chore: add log on coral stream raising an error

chore: add log on coral stream raising an error #3373

Workflow file for this run

name: check if monorepo config needs regenerated (npm run regenerate)
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
check-monorepo-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v4
- uses: actions/cache@v2
with:
volta-version: "1.0.8"
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- run: npm run regenerate
- run: ./scripts/check-for-changes.bash