Rename formatter_progress to formatter_ecosystem_checks (#6194)

Rename the `scripts/formatter_progress.sh` to
`formatter/formatter_ecosysytem_checks.sh` since it fits the actual task
better.
This commit is contained in:
konsti
2023-07-31 20:33:12 +02:00
committed by GitHub
parent e52b636da0
commit a7aa3caaae
3 changed files with 8 additions and 7 deletions

View File

@@ -335,7 +335,7 @@ jobs:
- name: "Cache rust"
uses: Swatinem/rust-cache@v2
- name: "Formatter progress"
run: scripts/formatter_progress.sh
run: scripts/formatter_ecosystem_checks.sh
- name: "Github step summary"
run: grep "similarity index" target/progress_projects_report.txt | sort > $GITHUB_STEP_SUMMARY
# CPython is not black formatted, so we run only the stability check