Skip to content

Bump cross-spawn from 6.0.5 to 6.0.6 in /examples/typescript #1621

Bump cross-spawn from 6.0.5 to 6.0.6 in /examples/typescript

Bump cross-spawn from 6.0.5 to 6.0.6 in /examples/typescript #1621

Workflow file for this run

env:
GIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
name: "Run examples against local testnet"
on:
pull_request:
types: [labeled, opened, synchronize, reopened, auto_merge_enabled]
push:
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ env.GIT_SHA }}
- uses: ./.github/actions/run-examples