Skip to content
Snippets Groups Projects
Unverified Commit 00ea9757 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Update ci_testing.yml

parent 1a53ab90
Branches
Tags
No related merge requests found
......@@ -52,9 +52,11 @@ jobs:
- name: Build Website
run: |
mkdocs build
- name: spell check
- name: codespell Check
run: |
codespell site/
- name: Grammar Check
run: |
git diff --name-only origin/main | grep -e .md -e .MD | sed 's/^/"/;s/$/"/' | xargs -t -L1 gramma check -p || true
Link-Check:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment