File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- # JuliaActions
1+ # ITensorActions
22
33Shared workflows for the ITensors Julia packages
44
5- ## CI
5+ ## Tests
66
7- The CI workflow is designed to run the tests suite for Julia packages.
7+ The Tests workflow is designed to run the tests suite for Julia packages.
88The workflow works best with a ` runtests.jl ` script that looks like this:
99
1010``` julia
3737An example workflow that uses this script is:
3838
3939``` yaml
40- name : CI
40+ name : Tests
4141on :
4242 push :
4343 branches :
7474 - ubuntu-latest
7575 - macOS-latest
7676 - windows-latest
77- uses : " ITensor/JuliaActions /workflows/tests .yml@main"
77+ uses : " ITensor/ITensorActions /workflows/Tests .yml@main"
7878 with :
7979 group : " ${{ matrix.group }}"
8080 julia-version : " ${{ matrix.version }}"
8686## Documentation
8787
8888The documentation workflow is designed to build and deploy the documentation for Julia packages.
89- The workflow works best with a ` makedocs .jl` script that looks like this:
89+ The workflow works best with a ` docs/make .jl` script that looks like this:
9090
9191` ` ` julia
9292using MyPackage
@@ -117,7 +117,7 @@ concurrency:
117117jobs:
118118 build-and-deploy-docs:
119119 name: "Documentation"
120- uses: "ITensor/JuliaActions /workflows/documentation .yml@main"
120+ uses: "ITensor/ITensorActions /workflows/Documentation .yml@main"
121121 secrets: "inherit"
122122` ` `
123123
139139jobs:
140140 format-check:
141141 name: "Format Check"
142- uses: "ITensor/JuliaActions /workflows/FormatCheck.yml@main"
142+ uses: "ITensor/ITensorActions /workflows/FormatCheck.yml@main"
143143` ` `
144144
145145` ` ` yaml
151151jobs:
152152 format-suggestions:
153153 name: "Format Suggestions"
154- uses: "ITensor/JuliaActions /workflows/FormatSuggest.yml@main"
154+ uses: "ITensor/ITensorActions /workflows/FormatSuggest.yml@main"
155155` ` `
156156
157157# # LiterateCheck
172172jobs:
173173 format-check:
174174 name: "Literate Check"
175- uses: "ITensor/JuliaActions /workflows/LiterateCheck.yml@main"
175+ uses: "ITensor/ITensorActions /workflows/LiterateCheck.yml@main"
176176` ` `
You can’t perform that action at this time.
0 commit comments