Skip to content

Commit

Permalink
[#114]: Update Marketplace info
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Dec 19, 2023
1 parent 8c7085e commit e49ec68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Run static analysis for C++ project"
description: "Runs cppcheck and clang-tidy on C++ project. The result is PR comment, or output to GitHub's console"
name: "Static analysis for C++/Python project"
description: "This GitHub action performs static analysis for C++/Python projects using cppcheck and clang-tidy for C++, and pylint for Python, with results as PR comments or console output."

inputs:
github_token:
Expand Down

0 comments on commit e49ec68

Please sign in to comment.