We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ae7e5 commit dff312fCopy full SHA for dff312f
1 file changed
.github/workflows/CheckCompatBounds.yml
@@ -0,0 +1,9 @@
1
+name: "Check Compat Bounds"
2
+on:
3
+ pull_request: ~
4
+jobs:
5
+ check-compat-bounds:
6
+ name: "Check Compat Bounds"
7
+ uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@main"
8
+ with:
9
+ localregistry: "https://github.com/ITensor/ITensorRegistry.git"
0 commit comments