Skip to content

Fix bug with length 1 AbstractNetworkIterator types not executing their only compute! call. #194

Fix bug with length 1 AbstractNetworkIterator types not executing their only compute! call.

Fix bug with length 1 AbstractNetworkIterator types not executing their only compute! call. #194

Workflow file for this run

name: "Format Check"
on:
pull_request_target:
paths: ['**/*.jl']
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
actions: write
pull-requests: write
jobs:
format-check:
name: "Format Check"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheck.yml@main"