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

Fixing Grammar Check (#4)

* Testing Grammar Check

* Typo lmao

* Minor change to trigger grammar check
parent 5c6441d5
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,11 @@ jobs:
codespell site/
- name: Grammar Check
run: |
git remote add origin https://github.com/DOI-USGS/asc-public-docs.git
git fetch origin main
# List the files that changed
git diff --name-only origin/main
# Grammar check only those files
git diff --name-only origin/main | grep -e .md -e .MD | sed 's/^/"/;s/$/"/' | xargs -t -L1 gramma check -p || true
Link-Check:
......
......@@ -40,3 +40,4 @@ applications you will need to use to perform this procedure:
- [**spiceinit**](https://isis.astrogeology.usgs.gov/Application/presentation/Tabbed/spiceinit/spiceinit.html)
: adds SPICE information to the input cube
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment