We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc794ab + debeb6a commit e359f9aCopy full SHA for e359f9a
.github/workflows/SpellCheck.yml
@@ -10,4 +10,4 @@ jobs:
10
- name: Checkout Actions Repository
11
uses: actions/checkout@v4
12
- name: Check spelling
13
- uses: crate-ci/typos@v1.28.3
+ uses: crate-ci/typos@v1.29.4
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: julia-actions/julia-buildpkg@v1
37
with:
38
precompile: true
39
- - uses: cardinalby/export-env-action@v1
+ - uses: cardinalby/export-env-action@v2
40
41
envFile: '_environment'
42
expand: 'true'
.typos.toml
@@ -0,0 +1,2 @@
1
+[default.extend-words]
2
+ket = "ket"
0 commit comments