Skip to content

Commit

Permalink
workflow suppresion test running
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Nov 21, 2024
1 parent 0dfdd5c commit 6ff5794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaction/workflow/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def wrapper(*args, **kwargs):
return func

@staticmethod
def write(context: WorkflowContext) -> None:
def write(context: WorkflowContext) -> None: # noqa
"""
Writes the context to a stream based on the action running platform.
Expand Down

0 comments on commit 6ff5794

Please sign in to comment.