Skip to content

Commit bc6d25d

Browse files
committed
a
1 parent 1faa557 commit bc6d25d

17 files changed

+690
-469
lines changed

.github/workflows/reusable_checks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ jobs:
6464
- name: Run codespell
6565
run: python3 ./.github/scripts/run-codespell.py
6666

67-
- name: Check spelling in docs
68-
run: |
69-
cmake -B build
70-
cmake --build build --target docs
71-
sphinx-build -b spelling ./build/docs_build/config ./build/docs_build/spelling_log -W
7267

7368
# Run Bandit recursively, but omit _deps directory (with 3rd party code) and python's venv
7469
- name: Run Bandit

0 commit comments

Comments
 (0)