Run pre-commit's whitespace related hooks on .github and .azuredevops (#2129)
In order for pre-commit to be useful, everything needs to meet a common baseline. Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Este cometimento está contido em:
cometido por
GitHub
ascendente
354cc98d55
cometimento
6a899b5f6d
@@ -30,7 +30,7 @@ def set_github_output(d: Mapping[str, str]):
|
||||
return
|
||||
with open(step_output_file, "a") as f:
|
||||
f.writelines(f"{k}={v}" + "\n" for k, v in d.items())
|
||||
|
||||
|
||||
def retry(max_attempts, delay_seconds, exceptions):
|
||||
def decorator(func):
|
||||
def newfn(*args, **kwargs):
|
||||
@@ -111,7 +111,7 @@ def retrieve_projects(args):
|
||||
|
||||
# retrieve the subtrees to checkout, cmake options to build, and projects to test
|
||||
project_to_run = []
|
||||
# Currently as we have no tests, we just build all packages available if an applicable change is made.
|
||||
# Currently as we have no tests, we just build all packages available if an applicable change is made.
|
||||
# As we start to get an idea of test times, we can divide test jobs.
|
||||
if projects:
|
||||
for project in ["all"]:
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador