Skip to content

Update OCaml references in transaction_partially_applied.rs #1469

Update OCaml references in transaction_partially_applied.rs

Update OCaml references in transaction_partially_applied.rs #1469

Workflow file for this run

name: Format
on:
push:
branches: [ main, develop ]
pull_request:
jobs:
format:
name: Format using nightly
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Setup Rust
uses: ./.github/actions/setup-rust
with:
# This should be in line with the verison in:
# - Makefile
# - ./github/workflows/docs.yaml
# - ./github/workflows/fmt.yaml
# - ./github/workflows/lint.yaml
toolchain: nightly
components: rustfmt
cache-prefix: format-nightly-v0
- uses: taiki-e/install-action@v2
with:
tool: taplo
- name: rustfmt
run: make check-format