mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
Upload full ecosystem report as a GitHub Actions artifact (#22086)
This commit is contained in:
parent
270d755621
commit
b63b3c13fb
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ty-ecosystem-analyzer.yaml
vendored
8
.github/workflows/ty-ecosystem-analyzer.yaml
vendored
|
|
@ -129,6 +129,14 @@ jobs:
|
|||
echo >> comment.md
|
||||
echo "**[Full report with detailed diff]($DEPLOYMENT_URL/diff)** ([timing results]($DEPLOYMENT_URL/timing))" >> comment.md
|
||||
|
||||
# NOTE: astral-sh-bot uses this artifact to post comments on PRs.
|
||||
# Make sure to update the bot if you rename the artifact.
|
||||
- name: "Upload full report"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
with:
|
||||
name: full-report
|
||||
path: dist/
|
||||
|
||||
# NOTE: astral-sh-bot uses this artifact to post comments on PRs.
|
||||
# Make sure to update the bot if you rename the artifact.
|
||||
- name: Upload comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue