Browse Source

Update workflow linter rule (#85)

pull/86/head
mimartin12 3 years ago committed by GitHub
parent
commit
90380413e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lint-workflow/lint.py

2
lint-workflow/lint.py

@ -366,7 +366,7 @@ def lint(filename): @@ -366,7 +366,7 @@ def lint(filename):
findings.append(
LintFinding(
f"Run in step {str(i)} of job key '{job_key}' should be a single line.",
"warning",
"error",
)
)

Loading…
Cancel
Save