clang-format-lint-action
This action checks if the source code matches the .clang-format file. (by DoozyX)
skyrim-community-shaders
SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance. (by rjwignar)
| clang-format-lint-action | skyrim-community-shaders | |
|---|---|---|
| 1 | 1 | |
| 145 | 0 | |
| 1.4% | - | |
| 5.3 | 9.7 | |
| 9 months ago | over 1 year ago | |
| Python | C++ | |
| MIT License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
clang-format-lint-action
Posts with mentions or reviews of clang-format-lint-action. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
- Attempting a larger bug fix II - Execution
Over the last couple of weeks, I deliberated on how to add my bugfix/feature upgrade to DoozyX/clang-format-lint. I've never worked on a GitHub Action before, and I wasn't sure how to test my changes, as this is a GitHub Action to be used within another GitHub Action. After a couple days, I consulted my class instructor for some advice.
skyrim-community-shaders
Posts with mentions or reviews of skyrim-community-shaders. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
- Attempting a larger bug fix II - Execution
I determined this after dozens of attempts working with the other GitHub Action, tj-actions/changed-files which feeds a list of modified files to clang-format-lint.
What are some alternatives?
When comparing clang-format-lint-action and skyrim-community-shaders you can also consider the following projects:
cpp-linter-action - A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.
changed-files - :octocat: Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
github-action-utils - Collection of python functions that can be used to run GitHub Action Workflow Commands
npm-clang-format-node - Node wrapper for LLVM Clang's clang-format and git-clang-format native binaries inspired by angular/clang-format.🐉
super-linter - Combination of multiple linters to run as a GitHub Action or standalone