mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-03-18 09:02:04 +00:00
chore: fix type checking and CI workflow (#2)
This commit is contained in:
@@ -70,7 +70,7 @@ class GitHubClient:
|
||||
try:
|
||||
response = self.client.get(url)
|
||||
response.raise_for_status()
|
||||
sha = response.json()["sha"]
|
||||
sha: str = response.json()["sha"]
|
||||
logger.debug(f"Resolved {owner}/{repo}@{ref} -> {sha}")
|
||||
return sha
|
||||
except httpx.HTTPStatusError as e:
|
||||
|
||||
Reference in New Issue
Block a user