Skip to content

Commit

Permalink
[#118]: Shorten action description in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Apr 22, 2024
1 parent ec289f4 commit d8269a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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."
description: "Static analysis with cppcheck & clang-tidy for C++, pylint for Python. Posts results to PRs or console."

inputs:
github_token:
Expand Down

0 comments on commit d8269a7

Please sign in to comment.