Skip to content

Commit 3f7f5b4

Browse files
authored
Update README.md to reflect namechanges
1 parent 7a3c837 commit 3f7f5b4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# JuliaActions
1+
# ITensorActions
22

33
Shared 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.
88
The workflow works best with a `runtests.jl` script that looks like this:
99

1010
```julia
@@ -37,7 +37,7 @@ end
3737
An example workflow that uses this script is:
3838

3939
```yaml
40-
name: CI
40+
name: Tests
4141
on:
4242
push:
4343
branches:
@@ -74,7 +74,7 @@ jobs:
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 }}"
@@ -86,7 +86,7 @@ jobs:
8686
## Documentation
8787
8888
The 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
9292
using MyPackage
@@ -117,7 +117,7 @@ concurrency:
117117
jobs:
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

@@ -139,7 +139,7 @@ on:
139139
jobs:
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
@@ -151,7 +151,7 @@ on:
151151
jobs:
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
@@ -172,5 +172,5 @@ on:
172172
jobs:
173173
format-check:
174174
name: "Literate Check"
175-
uses: "ITensor/JuliaActions/workflows/LiterateCheck.yml@main"
175+
uses: "ITensor/ITensorActions/workflows/LiterateCheck.yml@main"
176176
```

0 commit comments

Comments
 (0)