Skip to content

Commit e359f9a

Browse files
committed
Merge branch 'main' into dev/structure
2 parents bc794ab + debeb6a commit e359f9a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.28.3
13+
uses: crate-ci/typos@v1.29.4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: julia-actions/julia-buildpkg@v1
3737
with:
3838
precompile: true
39-
- uses: cardinalby/export-env-action@v1
39+
- uses: cardinalby/export-env-action@v2
4040
with:
4141
envFile: '_environment'
4242
expand: 'true'

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[default.extend-words]
2+
ket = "ket"

0 commit comments

Comments
 (0)