diff --git a/.github/workflows/CheckCompatBounds.yml b/.github/workflows/CheckCompatBounds.yml new file mode 100644 index 0000000..237d11a --- /dev/null +++ b/.github/workflows/CheckCompatBounds.yml @@ -0,0 +1,9 @@ +name: "Check Compat Bounds" +on: + pull_request: ~ +jobs: + check-compat-bounds: + name: "Check Compat Bounds" + uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@main" + with: + localregistry: "https://github.com/ITensor/ITensorRegistry.git"