Deprecated local config in protocol 23 + add stellar config migrate command
#14
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: | |
| docs-validation: | |
| uses: stellar/stellar-docs/.github/workflows/build.yml@main | |
| with: | |
| stellar-cli-ref: ${{ github.ref }} |