Skip to content

Normalize FormatCheckComment to workflow-level permissions #331

Normalize FormatCheckComment to workflow-level permissions

Normalize FormatCheckComment to workflow-level permissions #331

name: "IntegrationTest"
on:
push:
branches:
- "main"
tags: "*"
pull_request:
types:
- "opened"
- "synchronize"
- "reopened"
- "ready_for_review"
- "converted_to_draft"
permissions:
actions: "read"
contents: "read"
jobs:
integration-test:
name: "IntegrationTest"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v1"
secrets: "inherit"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
pkgs: |
[
"BlockSparseArrays",
"DiagonalArrays",
"FusionTensors",
"GradedArrays"
]