Skip to content

chore(deps): bump soroban-sdk from 22.0.11 to 28.0.0 in /COMEBACKHERE-contracts #42

chore(deps): bump soroban-sdk from 22.0.11 to 28.0.0 in /COMEBACKHERE-contracts

chore(deps): bump soroban-sdk from 22.0.11 to 28.0.0 in /COMEBACKHERE-contracts #42

Workflow file for this run

name: CI - Error Codes Documentation
on:
pull_request:
branches: [main]
paths:
- 'contracts/**'
- 'COMEBACKHERE-contracts/**'
- 'docs/error-codes.md'
- 'scripts/check_error_docs_sync.sh'
- '.github/workflows/ci-error-docs.yml'
workflow_call: # called by ci-summary.yml
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-error-docs-sync:
name: check-error-codes-docs-sync
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Verify contract error variants are documented
run: ./scripts/check_error_docs_sync.sh