Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ktauchathuranga committed Dec 8, 2024
1 parent e8e9a3c commit 59f523a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def validate_dependencies():
def validate_code_style():
try:
result = subprocess.run(
["arduino-cli", "arduino-lint"],
["arduino-lint"],
capture_output=True,
text=True,
check=True
Expand Down

0 comments on commit 59f523a

Please sign in to comment.