Skip to content

Commit

Permalink
Update JuliaActions to ITensorActions
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Dec 2, 2024
1 parent a55fd6f commit 57ab692
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
build-and-deploy-docs:
name: "Documentation"
uses: "ITensor/JuliaActions/workflows/Documentation.yml@main"
uses: "ITensor/ITensorActions/workflows/Documentation.yml@main"
with:
localregistry: https://github.com/ITensor/ITensorRegistry.git
secrets: "inherit"
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:
jobs:
format-check:
name: "Format Check"
uses: "ITensor/JuliaActions/workflows/FormatCheck.yml@main"
uses: "ITensor/ITensorActions/workflows/FormatCheck.yml@main"
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/LiterateCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
literate:
name: "Literate Check"
uses: "ITensor/JuliaActions/workflows/LiterateCheck.yml@main"
uses: "ITensor/ITensorActions/workflows/LiterateCheck.yml@main"
with:
localregistry: https://github.com/ITensor/JuliaRegistry.git
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
uses: "ITensor/JuliaActions/workflows/Tests.yml@main"
uses: "ITensor/ITensorActions/workflows/Tests.yml@main"
with:
group: "${{ matrix.group }}"
julia-version: "${{ matrix.version }}"
Expand Down

0 comments on commit 57ab692

Please sign in to comment.