Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed May 28, 2024
1 parent 6cb9be0 commit 5cb264c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/debug-with-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for automatic configuration.

## Prerequisites

To enhance the security of self-hosted runners and its infrastracture, only authorized connections
To enhance the security of self-hosted runners and its infrastructure, only authorized connections
can be established. Hence, action-tmate users must have
[ssh-key registered](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
on the GitHub account.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class MockGhapiActions:
"""Mock for actions in Ghapi client."""

def __init__(self):
"""A placeholder method for test stub/fakes initializtion."""
"""A placeholder method for test stub/fakes initialization."""
hash = hashlib.sha256()
hash.update(TEST_BINARY)
self.test_hash = hash.hexdigest()
Expand Down

0 comments on commit 5cb264c

Please sign in to comment.