chore(WD-33708): Add Taskfile on assets manager#312
Open
muhammad-ali-pk wants to merge 4 commits intomainfrom
Open
chore(WD-33708): Add Taskfile on assets manager#312muhammad-ali-pk wants to merge 4 commits intomainfrom
muhammad-ali-pk wants to merge 4 commits intomainfrom
Conversation
74d6e7c to
49fcf03
Compare
49fcf03 to
facf256
Compare
cdfa4fd to
f672f84
Compare
bfcfc6f to
80adf95
Compare
Skazitron
approved these changes
Feb 13, 2026
There was a problem hiding this comment.
@muhammad-ali-pk LGTM! I'll approve but consider adding linting, formatting, and tests to this. we should probably make it support all of the commands that dotrun currently accepts.
|
|
||
| rebuild: | ||
| desc: "Rebuild the project. Only run this if you have made changes to the Docker related files (Dockerfile, docker-compose.yaml)." | ||
| cmds: |
There was a problem hiding this comment.
It might be a good idea to include linting and formatting here
Contributor
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Done
QA
tasklint-pythoncheck is failing, which is not reproducible locally. As the files mentioned in this check are irrelevant to the PR, it can be fixed later in a maintenance task.Issue / Card
Fixes WD-33708