Boil down indexmanip rules to add_transform #1914
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" |