Skip to content

fix: force correct yaml indentation #4

fix: force correct yaml indentation

fix: force correct yaml indentation #4

Workflow file for this run

name: Rust CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- run: cargo install --locked soroban-cli --version 20.0.0
- run: make build