Skip to content

Commit dd805aa

Browse files
build(deps): bump crate-ci/typos from 1.33.1 to 1.34.0 (#447)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Orjan Ameye <orjan.ameye@hotmail.com>
1 parent 906fb8f commit dd805aa

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
2626

2727
env:
28-
JULIA_NUM_THREADS: 10
28+
JULIA_NUM_THREADS: auto
2929

3030
jobs:
3131
# Build job
@@ -40,6 +40,7 @@ jobs:
4040
- uses: julia-actions/julia-buildpkg@v1
4141
- uses: julia-actions/julia-docdeploy@v1
4242
env:
43+
JULIA_NUM_THREADS: auto
4344
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
4445
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
4546
JULIA_DEBUG: "Documenter"

.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.33.1
13+
uses: crate-ci/typos@v1.34.0

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
1616

1717
env:
18-
JULIA_NUM_THREADS: 11
18+
JULIA_NUM_THREADS: auto
1919

2020
jobs:
2121
test:

.typos.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[default.extend-words]
22
# Don't correct the surname "Teh"
3-
multline = "multline"
3+
multline = "multline"
4+
setp = "setp"

0 commit comments

Comments
 (0)