Skip to content

fix(iota)!: TransactiondOrchestrator typo #568

fix(iota)!: TransactiondOrchestrator typo

fix(iota)!: TransactiondOrchestrator typo #568

Workflow file for this run

name: Dprint Format
on:
push:
branches:
- "develop"
- "devnet"
- "testnet"
- "mainnet"
- "releases/iota-*-release"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
jobs:
dprint-format:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1
- name: Check dprint formatting
run: dprint check