A few more updates for GPU compatibility for TensorKit #662
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Format' | |
| on: | |
| pull_request_target: | |
| paths: ['**/*.jl'] | |
| types: [opened, synchronize, reopened, ready_for_review] | |
| permissions: | |
| contents: read | |
| actions: write | |
| pull-requests: write | |
| jobs: | |
| formatcheck: | |
| uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/FormatCheck.yml@main" |