Skip to content

Commit

Permalink
Merge pull request #459 from rfbgo/spelling_node
Browse files Browse the repository at this point in the history
Update version of spelling CI action
  • Loading branch information
douglasjacobsen authored Apr 5, 2024
2 parents 25c5f10 + 14d74b4 commit 7ede1b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check Spelling
uses: crate-ci/typos@548ac37a5de9ce84871bf4db3c9b8c462896d480 # v1.16.24
uses: crate-ci/typos@v1.20.4
with:
files: ./lib/ramble/ramble ./lib/ramble/docs ./examples ./share ./bin ./etc ./var ./README.md
config: ./.typos.toml
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extend-ignore-re = [
"fom" = "fom"
"namd" = "namd"
"reord" = "reord"
"PN" = "PN" # fixing tPN in IOR

[default.extend-identifiers]
"ATPase" = "ATPase"
Expand Down
2 changes: 1 addition & 1 deletion lib/ramble/ramble/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def has_tags(self, tags):
"""Check if this instance has provided tags.
Args:
tags (list): List of strings, where each string is an indivudal tag
tags (list): List of strings, where each string is an individual tag
Returns:
(bool): True if all tags are in this instance, False otherwise
"""
Expand Down

0 comments on commit 7ede1b5

Please sign in to comment.