Skip to content

Commit

Permalink
Merge branch 'main' into add/nonprofit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt authored Dec 4, 2023
2 parents ec1792f + b3be339 commit c61720a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Check Spelling
uses: crate-ci/typos@12c64918956d94e55a2ca8c5cbca111e759f5654 # version 1.13.8
uses: crate-ci/typos@master # we should really incorporate all new changes
with:
files: ./_posts ./pages ./README.md
config: ./.github/workflows/typo_config.toml
Expand Down
21 changes: 16 additions & 5 deletions .github/workflows/typo_config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
[default.extend-words]
# Don't correct the surname "Hsi"
Hsi = "Hsi"
# Don't correct the acronym NWO
NWO = "NWO"
[files]
extend-exclude = [
".git/",
".github/workflows/typo_config.toml",
"assets/js/*.min.*",
]
ignore-hidden = true
[default]
extend-ignore-re = [
"Brain tailoRed stImulation protocoL",
"Vas Vasiliadis",
"Nam Pho",
"SLAC",
"Paul Hsi",
"NWO"
]
2 changes: 1 addition & 1 deletion _posts/2019-05-06-usrse-goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [governance]

The US-RSE Association is centered around three main goals. Moving
forward we aim to target our activities and actions to serving these
three main goals. Over time we plan to revist and refine these goals as
three main goals. Over time we plan to revisit and refine these goals as
the needs and desires of the community change.


Expand Down

0 comments on commit c61720a

Please sign in to comment.