Unverified Commit 00ea9757 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Update ci_testing.yml

parent 1a53ab90
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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: