-
Notifications
You must be signed in to change notification settings - Fork 21
Change action from docker to composite #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a030694
Change action from docker to composite
shenxianpeng c027b35
Change action from docker to composite
shenxianpeng 061825a
re-organize action steps
2bndy5 d88abcc
shell is required for a composite action :-1:
2bndy5 f1de739
the python "shell" is an interactive REPL
2bndy5 15870fa
Add quotes to avoid misinterpret
shenxianpeng a37e9ff
Remove Dockerfile
shenxianpeng f20cbfa
Merge branch 'master' into composite-action
shenxianpeng 38314c9
install cpp-linter pkg from PyPI
2bndy5 ff9b9e1
run test with files-changed-only = false
2bndy5 e2e66e1
remove composite step about action's output var
2bndy5 2c09969
reflect output var as exit code
2bndy5 33c9f67
remove FIXME comment
shenxianpeng 4ba7b1a
update for testing
shenxianpeng afb3400
update for testing
shenxianpeng 34c2386
change variable output value
shenxianpeng 31438db
update variable output value
shenxianpeng 5302ca9
change output variable
shenxianpeng 15fdf2f
remove set variable step
shenxianpeng f564202
remove use as pkg from README
shenxianpeng 0070d02
add what is new to README
shenxianpeng d7e93a3
don't show progress bars in clang-tools install
2bndy5 507d5a6
Remove publish-pypi.yml #91
shenxianpeng 1e2ff28
Switch from master to main branch
shenxianpeng 88eff0c
Add CONTRIBUTING.md
shenxianpeng d358972
Update CONTRIBUTING.md
shenxianpeng e4b25d4
Update CONTRIBUTING.md
shenxianpeng 62eb603
requested changes
2bndy5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "Check python code" | ||
name: "Test python code" | ||
|
||
on: | ||
push: | ||
|
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Contributing | ||
|
||
Thank you for investing your time in contributing to our project! We welcome feedback, bug reports, and pull requests! | ||
|
||
## New contributor guide | ||
|
||
Ours develop branch is `main` not `master` (`master` used to be the develop branch for v1.x). | ||
|
||
The reason we didn't delete the `master` branch is that there are still users whose workflows point to the `master` branch. | ||
|
||
For pull requests, please stick to the following guidelines | ||
|
||
* Add tests for any new features and bug fixes. | ||
* Put a reasonable amount of comments into the code. | ||
* Fork cpp-linter-action on your GitHub user account, do your changes there and then create a PR against `main` branch of cpp-linter-action repository. | ||
* Separate unrelated changes into multiple pull requests. | ||
|
||
If you wish to contribute to the python source package used by this action, then that has moved to it's own repository named [cpp-linter](https://github.com/cpp-linter/cpp-linter) as of v2 of this action. | ||
|
||
Please note that by contributing any code or documentation to this repository (by raising pull requests, or otherwise) you explicitly agree to the [License Agreement](LICENSE). |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.