Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Asc Public Docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Asc Public Docs
Commits
339a2efc
Unverified
Commit
339a2efc
authored
1 year ago
by
Kelvin Rodriguez
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci_testing.yml
+5
-0
5 additions, 0 deletions
.github/workflows/ci_testing.yml
docs/getting-started/using-isis-first-steps/adding-spice.md
+1
-0
1 addition, 0 deletions
docs/getting-started/using-isis-first-steps/adding-spice.md
with
6 additions
and
0 deletions
.github/workflows/ci_testing.yml
+
5
−
0
View file @
339a2efc
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
docs/getting-started/using-isis-first-steps/adding-spice.md
+
1
−
0
View file @
339a2efc
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment