jmarrec/Rubocop Composite Action
A github composite action (runs natively on the host) that will look for outdated conan packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| setup-python | Whether you want to set up a Python env or not. | — | true |
| enable-conan-revision | Whether you allow enabling conan revisions | — | true |
| open-pull-request | if true it will a PR with the changes | — | true |
| conanfiles | A comma or newline-separated list of file paths to check. Paths should follow git's pathspec syntax. Defaults to adding all conanfile.py conanfile.txt (and maybe CMake files). | — | — |
| include-cmake-files | Search CMakeLists.txt and .cmake files for conan_cmake_ and add them to the check Ignored if conanfiles is supplied | — | false |
| add-conan-remotes | A comma or newline-separated list of remotes to add Should follow the conan remote list --raw convention eg 'conancenter https://center.conan.io True' | — | — |
| force-versions | vblabldglkfgdjg | — | — |
Outputs
| name | description |
|---|---|
| summary | High level info (number of files checked and number of offenses) from rubocop |
| all_output | High level info and all annotations from rubocop |
| rubocop_was_installed | For testing purposes mostly, see if rubocop was installed by the action (true) or already installed (false) |