-
Notifications
You must be signed in to change notification settings - Fork 22
feat: migrate to uv and use nu shell #306
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
14 commits
Select commit
Hold shift + click to select a range
64c7928
build(dev): migrate to uv
2bndy5 659d314
restore docs/reqs.txt for now
2bndy5 7aff709
use uv in action.yml
2bndy5 cf9eb85
use nu shell (cross-platform compatible)
2bndy5 3d1ed33
enable caching by default
2bndy5 2544414
review action.yml
2bndy5 d0ef9b3
use `--group` in RTD config
2bndy5 032cb47
rename `cache` option `cache-enable`
2bndy5 a7f70c0
remove useless docs/requirements.txt
2bndy5 3421a4e
roll back dependabot changes
2bndy5 e323ad2
pin to external actions' via commit hash
2bndy5 ef1d280
don't hash non-existing requirements.txt
2bndy5 a54fa89
pin to uv v0.8.9 in action.yml
2bndy5 86d4fb5
use colored logs as progress markers
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 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 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[project] | ||
name = "cpp-linter-action" | ||
version = "0.0.0+private_virtual" | ||
requires-python = ">=3.9" | ||
dependencies = [] | ||
|
||
[dependency-groups] | ||
action = [ | ||
"clang-tools==0.15.1", | ||
"cpp-linter==1.10.7", | ||
] | ||
dev = [ | ||
"mypy>=1.17.1", | ||
"pre-commit>=4.3.0", | ||
"ruff>=0.12.8", | ||
] | ||
docs = [ | ||
"markdown-gfm-admonition>=0.1.1", | ||
"mkdocs>=1.6.1", | ||
"mkdocs-gen-files>=0.5.0", | ||
"mkdocs-include-markdown-plugin>=7.1.6", | ||
"mkdocs-material>=9.6.16", | ||
"pyyaml>=6.0.2", | ||
] | ||
2bndy5 marked this conversation as resolved.
Show resolved
Hide resolved
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.