Skip to content

Commit

Permalink
Relax the "Run in step ... should be a single line" linter rule (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Feb 15, 2024
1 parent 5b6221e commit 6613980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-workflow/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def lint(filename):
findings.append(
LintFinding(
f"Run in step {str(i)} of job key '{job_key}' should be a single line.",
"error",
"warning",
)
)

Expand Down

0 comments on commit 6613980

Please sign in to comment.