-
Notifications
You must be signed in to change notification settings - Fork 41
Spellchecker CI action #98
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
Changes from all commits
7f40163
5a22f22
160b75a
4076b0f
1bcddd1
034f907
c539014
983630c
259b7a1
0569f73
69848fd
ad3fc4b
b485405
91554ad
ad8c71c
d9abe62
350587f
7d6148c
23ab7d1
768f1cf
690be92
0530fb8
3f0cb18
3fc44d9
1550417
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,167 @@ | ||
| ACLs | ||
| ACR | ||
| AMD | ||
| AWS | ||
| Alpstein | ||
| Balfrin | ||
| Broyden | ||
| CFLAGS | ||
| CHARMM | ||
| CHF | ||
| COSMA | ||
| CPE | ||
| CPMD | ||
| CSCS | ||
| CWP | ||
| CXI | ||
| capstor | ||
| Ceph | ||
| Containerfile | ||
| DNS | ||
| EDF | ||
| EDFs | ||
| EDFs | ||
| EMPA | ||
| ETHZ | ||
| Ehrenfest | ||
| Errigal | ||
| FFT | ||
| Fock | ||
| GAPW | ||
| GCC | ||
| GGA | ||
| GPFS | ||
| GPG | ||
| GPU | ||
| GPUs | ||
| GPW | ||
| GROMACS | ||
| GTL | ||
| Gaussian | ||
| HDD | ||
| HPC | ||
| HPCP | ||
| HPE | ||
| HSN | ||
| Hartree | ||
| iopsstor | ||
| Jax | ||
| Jira | ||
| Keycloak | ||
| LAMMPS | ||
| LDA | ||
| LOCALID | ||
| LUMI | ||
| Libc | ||
| Linaro | ||
| Linux | ||
| MFA | ||
| MLP | ||
| MNDO | ||
| MPICH | ||
| MPS | ||
| MeteoSwiss | ||
| NAMD | ||
| NICs | ||
| NVIDIA | ||
| NVMe | ||
| OTP | ||
| OTPs | ||
| PASC | ||
| PBE | ||
| PDUs | ||
| PID | ||
| PMPI | ||
| POSIX | ||
| Parrinello | ||
| Piz | ||
| Plesset | ||
| Pulay | ||
| RCCL | ||
| RDMA | ||
| ROCm | ||
| RPA | ||
| Roboto | ||
| Roothaan | ||
| SSHService | ||
| STMV | ||
| Scopi | ||
| TOTP | ||
| UANs | ||
| UserLab | ||
| VASP | ||
| Waldur | ||
| Wannier | ||
| XDG | ||
| aarch | ||
| aarch64 | ||
| acl | ||
| biomolecular | ||
| bristen | ||
| bytecode | ||
| clariden | ||
| concretise | ||
| concretizer | ||
| containerised | ||
| customised | ||
| diagonalisation | ||
| eiger | ||
| filesystems | ||
| groundstate | ||
| inodes | ||
| lexer | ||
| libfabric | ||
| multitenancy | ||
| podman | ||
| prioritised | ||
| proactively | ||
| quickstart | ||
| santis | ||
| screenshot | ||
| slurm | ||
| smartphone | ||
| squashfs | ||
| srun | ||
| ssh | ||
| stackinator | ||
| stakeholders | ||
| subfolders | ||
| subtable | ||
| subtables | ||
| supercomputing | ||
| superlu | ||
| sysadmin | ||
| tcl | ||
| tcsh | ||
| testuser | ||
| timeframe | ||
| timelimit | ||
| tmpfs | ||
| todi | ||
| toolbar | ||
| toolset | ||
| torchaudio | ||
| torchvision | ||
| treesitter | ||
| trilinos | ||
| uarch | ||
| uenv | ||
| uenvs | ||
| uids | ||
| vCluster | ||
| vClusters | ||
| venv | ||
| versioned | ||
| versioning | ||
| webhooks | ||
| webinar | ||
| webpage | ||
| website | ||
| wikipedia | ||
| workaround | ||
| workflows | ||
| xattr | ||
| xattrs | ||
| youtube | ||
| zstd | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| docs/.*\.md$ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # Recognized as "Firec" and "REST" with the regular rules, so in patterns.txt | ||
| # instead of allow.txt | ||
| FirecREST | ||
| RESTful | ||
|
|
||
| # markdown figure | ||
| ^!\[.*\]\(.*\)$ | ||
|
|
||
| # Most obvious URLs | ||
| https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*) | ||
|
|
||
| # Markdown references (definition and use) | ||
| ^\[\]\(\){#[a-z-]+}$ | ||
| \]\(#[a-z-]+\) | ||
| \]\[[a-z-]+\] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| name: Check Spelling | ||
|
|
||
| on: | ||
| pull_request: | ||
|
|
||
| jobs: | ||
| spelling: | ||
| name: Check Spelling | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - name: Check spelling | ||
| id: spelling | ||
| uses: check-spelling/check-spelling@v0.0.24 | ||
| with: | ||
| check_file_names: 1 | ||
| post_comment: 0 | ||
| use_magic_file: 1 | ||
| warnings: bad-regex,binary-file,deprecated-feature,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check | ||
| use_sarif: 1 | ||
| extra_dictionary_limit: 20 | ||
| extra_dictionaries: | ||
| cspell:software-terms/dict/softwareTerms.txt | ||
| cspell:bash/dict/bash-words.txt | ||
| cspell:companies/dict/companies.txt | ||
| cspell:filetypes/filetypes.txt |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,7 +74,7 @@ See the SLURM documentation for instructions on how to run jobs on the [Grace-Ho | |
|
|
||
| ### FirecREST | ||
|
|
||
| Bristen can also be accessed using [FircREST][ref-firecrest] at the `https://api.cscs.ch/ml/firecrest/v1` API endpoint. | ||
| Bristen can also be accessed using [FirecREST][ref-firecrest] at the `https://api.cscs.ch/ml/firecrest/v1` API endpoint. | ||
Check failureCode scanning / check-spelling Unrecognized Spelling
[Firec](#security-tab) is not a recognized word. \(unrecognized-spelling\)
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| ### Scheduled Maintenance | ||
|
|
||
|
|
||
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.
Note that I haven't made any judgment about e.g.
zvssin words like these. Feel free to bikeshed as much as you want about what goes into this file, but let's keep it practical.