Skip to content

Commit e85a673

Browse files
authored
Add Version Check workflow (#68)
1 parent f154553 commit e85a673

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/workflows/VersionCheck.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Version Check"
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
version-check:
8+
name: "Version Check"
9+
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@main"
10+
with:
11+
localregistry: https://github.com/ITensor/ITensorRegistry.git

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorPkgSkeleton"
22
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
33
authors = ["ITensor developers <support@itensor.org> and contributors"]
4-
version = "0.3.7"
4+
version = "0.3.8"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Version Check"
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
version-check:
8+
name: "Version Check"
9+
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@main"
10+
with:
11+
localregistry: https://github.com/ITensor/ITensorRegistry.git

0 commit comments

Comments
 (0)