Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 in /cmd/crates/soroban-spec-typescript/ts-tests in the npm_and_yarn group across 1 directory #1602

Bump js-yaml from 3.14.1 to 3.14.2 in /cmd/crates/soroban-spec-typescript/ts-tests in the npm_and_yarn group across 1 directory

Bump js-yaml from 3.14.1 to 3.14.2 in /cmd/crates/soroban-spec-typescript/ts-tests in the npm_and_yarn group across 1 directory #1602

Workflow file for this run

name: Docs validation
on:
push:
branches: [main, release/**]
pull_request:
concurrency:
group:
${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha ||
github.ref }}
cancel-in-progress: true
jobs:
github_context:
runs-on: ubuntu-latest
steps:
- run: |
echo "github.sha => ${{ github.sha }}"
echo "github.ref => ${{ github.ref }}"
docs-validation:
uses: stellar/stellar-docs/.github/workflows/build.yml@main
with:
stellar-cli-ref: ${{ github.sha }}