Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Oct 21, 2024
1 parent 65d223b commit 83e5433
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
submodules: "true"
lfs: true

- name: Check spelling
uses: crate-ci/typos@master

- uses: julia-actions/setup-julia@latest
with:
version: 1.9.4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Check spelling
uses: crate-ci/typos@master

0 comments on commit 83e5433

Please sign in to comment.