change actions to read

This commit is contained in:
fakebranden
2025-03-08 09:16:16 +00:00
parent a2d139cb96
commit e191405c8e
3 changed files with 326 additions and 196 deletions

View File

@@ -57,7 +57,6 @@ def is_job_remote(job: dict, description: str) -> bool:
is_remote_in_attributes = any(
any(keyword in attr["label"].lower() for keyword in remote_keywords)
for attr in job["attributes"]
)
is_remote_in_location = any(
keyword in job["location"]["formatted"]["long"].lower()