Skip to content

Issues/2282 fee args #290

Issues/2282 fee args

Issues/2282 fee args #290

Workflow file for this run

---
name: Action
on:
pull_request:
concurrency:
group:
${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha ||
github.ref }}-{{ github.event_name }}
cancel-in-progress: true
jobs:
action:
strategy:
matrix:
image: [macos-15, macos-15-intel, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.image }}
steps:
- uses: stellar/stellar-cli@main
with:
version: v23.1.4