Skip to content

Commit

Permalink
works but wonky
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyLGalles committed Jan 7, 2025
1 parent dd6e1ef commit 0b74d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bitwarden_workflow_linter/rules/run_actionlint.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def fn(self, obj: Workflow) -> Tuple[bool, str]:
raise NotImplementedError("Running actionlint without a filename is not currently supported")
installed, install_error, location = check_actionlint()
if installed:
result = None
if location:
result = subprocess.run(
[location + "/actionlint", obj.filename],
Expand Down

0 comments on commit 0b74d96

Please sign in to comment.