-
Notifications
You must be signed in to change notification settings - Fork 4
Add Vale testing workflow for pull requests #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Amanda-dong
wants to merge
32
commits into
main
Choose a base branch
from
Vale
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 24 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9c554c0
Add Vale testing workflow for pull requests
Amanda-dong 863367f
Update vale-test.yml
Amanda-dong c58aa67
Update vale-test.yml
Amanda-dong ba99641
Add Vale configuration file .vale.ini
Amanda-dong e4c5dea
Create vale-test.mdx
Amanda-dong 6fd8529
Update .vale.ini
Amanda-dong 8baeb3d
Create TitleCase.yml
Amanda-dong c6d2171
Update 02_data_transfers.md
Amanda-dong e132a18
Create accept.txt
Amanda-dong 29cb023
Update .vale.ini
Amanda-dong 8056cee
Update .vale.ini
Amanda-dong 4c23eca
Rename accept.txt to accept.txt
Amanda-dong a312ec6
Rename config/vocabularies/accept.txt to config/vocabularies/RTS/RTS/…
Amanda-dong c292db2
Rename config/vocabularies/RTS/RTS/accept.txt to config/vocabularies/…
Amanda-dong f608798
Update vale-test.yml
Amanda-dong 5a1bfa2
Update .vale.ini
Amanda-dong 4be7e29
Update .vale.ini
Amanda-dong 8970c2b
Rename config/vocabularies/RTS/accept.txt to vale-styles/config/vocab…
Amanda-dong defb288
Update vale-test.yml
Amanda-dong 6d7eae0
Update vale-test.yml
Amanda-dong 9d53049
Update vale-test.yml
Amanda-dong 408c4ce
Update accept.txt
Amanda-dong 9b4dc5f
Update .vale.ini
Amanda-dong 5fabcc6
Update vale-test.yml
Amanda-dong 9dbf9ad
Create vale-reviewdog-test.mdx
Amanda-dong 2ccbdf8
Delete docs/hpc/vale-test.mdx
Amanda-dong 70e1330
Update vale-test.yml
Amanda-dong 435d64f
Update vale-test.yml
Amanda-dong 6ea6132
Update accept.txt
Amanda-dong 116da9c
Update accept.txt
Amanda-dong 9379d41
Update accept.txt
Amanda-dong c30bf21
Update vale-test.yml
Amanda-dong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| name: Vale Test | ||
|
|
||
| on: | ||
| pull_request: | ||
| workflow_dispatch: | ||
|
|
||
| permissions: | ||
| contents: read | ||
| pull-requests: write | ||
|
|
||
| jobs: | ||
| vale: | ||
| name: Vale Grammar and Style Check | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v6 | ||
|
|
||
| - name: Run Vale | ||
| uses: vale-cli/vale-action@v2 | ||
| with: | ||
| version: 3.12.0 | ||
| files: | | ||
| docs/ | ||
| src/pages/ | ||
| reporter: github-pr-review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| StylesPath = vale-styles | ||
|
|
||
| Vocab = RTS | ||
|
|
||
| [formats] | ||
| mdx = md | ||
|
|
||
| [*.{md,mdx}] | ||
| BasedOnStyles = Vale, TitleCase | ||
|
|
||
| Vale.Spelling = YES | ||
| Vale.Repetition = YES | ||
| Vale.Terms = NO | ||
| TitleCase.TitleCase = YES |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # `rsync` and `rclone` | ||
|
|
||
| This is is a test. | ||
|
|
||
| :::warning | ||
| This is a warning. | ||
| ::: | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| extends: capitalization | ||
| message: "'%s' should use title case" | ||
| level: warning | ||
| scope: heading | ||
| match: $title | ||
| style: Chicago | ||
| exceptions: | ||
| - rclone | ||
| - rsync | ||
| - HDF5 | ||
| - LMDB | ||
| - SLURM | ||
| - GPU | ||
| - HPC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,289 @@ | ||
| HPC | ||
| sbatch | ||
| rsync | ||
| repo | ||
| Carahsoft | ||
| GCP's | ||
| Burwood | ||
| GPUs | ||
| config | ||
| hostname | ||
| squeue | ||
| vglrun | ||
| CPUs | ||
| Slurm | ||
| scp | ||
| NYU's | ||
| hadoop | ||
| kubernetes | ||
| Dataproc | ||
| autoscaling | ||
| Autoscaling | ||
| Dataproc's | ||
| lefthand | ||
| LLMs | ||
| Portkey | ||
| Agentic | ||
| agentic | ||
| langchain | ||
| llamaindex | ||
| catalouge | ||
| chatbots | ||
| Colab | ||
| ACLs | ||
| getfacl | ||
| setfacl | ||
| gsutil | ||
| gcloud | ||
| JSONLines | ||
| json | ||
| hdfs | ||
| AMPLab | ||
| Trino | ||
| Conda | ||
| prepopulated | ||
| netids | ||
| DOIs | ||
| XQuartz | ||
| walkthrough | ||
| debian | ||
| linux | ||
| sudo | ||
| openconnect | ||
| sms | ||
| PI_One | ||
| tandon_advanced | ||
| tandon_priority | ||
| courant | ||
| lpinto | ||
| bpeher | ||
| lzanna | ||
| RTXPro | ||
| cds | ||
| cilvr | ||
| mren | ||
| xwang | ||
| Powershell | ||
| cmd | ||
| powershell | ||
| exe | ||
| Globus | ||
| gDTNs | ||
| Infiniband | ||
| DTNs | ||
| sharename | ||
| rclone | ||
| myquota | ||
| inode | ||
| inodes | ||
| VSCode | ||
| RStudio | ||
| globus | ||
| mfa | ||
| png | ||
| jpg | ||
| lmd | ||
| lmdb | ||
| Tensorflow | ||
| Pytorch | ||
| numpy | ||
| jpeg | ||
| tibble | ||
| Bcolz | ||
| Zarr | ||
| Parallelization | ||
| RClone | ||
| Rclone | ||
| kevin | ||
| susie's | ||
| susie | ||
| synset | ||
| synsets | ||
| Kaggle | ||
| MJSynth | ||
| segmentations | ||
| Waymo | ||
| Apptainer | ||
| renv | ||
| alphafold | ||
| knitro | ||
| amd | ||
| lammps | ||
| slurm | ||
| comsol | ||
| matlab | ||
| mathematica | ||
| stata | ||
| squashfs | ||
| gaussian | ||
| vnc | ||
| vscode | ||
| julia | ||
| sas | ||
| xvfb | ||
| jupyter | ||
| schrodinger | ||
| preemptible | ||
| Preemptible | ||
| Lmod | ||
| modulefile | ||
| Bioinformatics | ||
| bioinformatics | ||
| srun | ||
| salloc | ||
| sinfo | ||
| squeue | ||
| sacct | ||
| scancel | ||
| ncpus | ||
| stdout | ||
| stderr | ||
| ntasks | ||
| nvidia | ||
| conda | ||
| Nextflow | ||
| venv | ||
| virtualenv | ||
| env | ||
| mpi | ||
| dplyr | ||
| sqlite | ||
| row_number | ||
| rsqlite | ||
| csv | ||
| Biologics | ||
| Epik | ||
| pKa | ||
| QSite | ||
| subnet | ||
| multiphysics | ||
| Multiphysics | ||
| Comsol | ||
| Mathematica | ||
| Simulink | ||
| Mathworks | ||
| Stata | ||
| Stata's | ||
| initio | ||
| Knitro | ||
| slurmctld | ||
| lockfile | ||
| Packrat | ||
| vllm | ||
| Syslabs | ||
| vm | ||
| Docker's | ||
| penv | ||
| line_profiler | ||
| profiler | ||
| Nsight | ||
| multiple_workers | ||
| ffcv | ||
| ddp | ||
| webpages | ||
| gpus_per_node | ||
| multinode | ||
| Keras | ||
| gpus | ||
| Horovod | ||
| MXNet | ||
| Miniforge | ||
| Preinstallation | ||
| Miniconda | ||
| bioconda | ||
| pytorch | ||
| gzipped | ||
| nyu | ||
| miniforge | ||
| nano | ||
| readonly | ||
| Qwen | ||
| APIs | ||
| SGLang | ||
| img | ||
| miniconda | ||
| tokenizer | ||
| return_tensors | ||
| cuda | ||
| Laiba | ||
| Mehnaz | ||
| pretrained | ||
| Pretrained | ||
| redownloading | ||
| Tokenizer | ||
| iPython | ||
| my_env | ||
| JBrowse | ||
| bcftools | ||
| Xeon | ||
| Tandon | ||
| Courant | ||
| wget | ||
| fb | ||
| fastq | ||
| mkdir | ||
| mv | ||
| wc | ||
| stdin | ||
| melanogaster | ||
| gzip | ||
| zcat | ||
| whoami | ||
| tempfiles | ||
| spacebar | ||
| subcolumns | ||
| chmod | ||
| VPNs | ||
| Ctrl | ||
| Hostname | ||
| Nano | ||
| subdir | ||
| new_subdir | ||
| kevyin | ||
| libcurl | ||
| dnf | ||
| Wget | ||
| homebrew | ||
| walltime | ||
| Greene | ||
| fileserver | ||
| nproc | ||
| lscpu | ||
| df | ||
| tmp | ||
| xfs | ||
| zfs | ||
| beegfs | ||
| cifs | ||
| gpfs | ||
| nfs | ||
| pvfs | ||
| subcommand | ||
| subcommands | ||
| bugfix | ||
| bioinformatic | ||
| Amdahl | ||
| amdahl | ||
| Cyberinfrastructure | ||
| DUAs | ||
| Infographic | ||
| requesters | ||
| Emeriti | ||
| onboarding | ||
| formatters | ||
| Regexes | ||
| parallelization | ||
| xyz | ||
| du | ||
| Solaris | ||
| sftp | ||
| Quickconnect | ||
| data's | ||
| scrollable | ||
| Storable | ||
| matchers | ||
| chartfield | ||
| Ceph | ||
| facl | ||
| Qualtrics | ||
| netid |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[Vale.Repetition] 'is' is repeated!