mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-03-21 16:03:26 +00:00
chore: fix type checking and CI workflow (#2)
This commit is contained in:
@@ -35,7 +35,7 @@ class Scanner:
|
||||
|
||||
def find_workflows(self) -> list[Path]:
|
||||
"""Find all workflow files."""
|
||||
workflows = []
|
||||
workflows: list[Path] = []
|
||||
workflow_dir = self.repo_path / ".github" / "workflows"
|
||||
|
||||
if not workflow_dir.exists():
|
||||
|
||||
Reference in New Issue
Block a user