mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
[PR #932] [CLOSED] feat(ci): add workflow to fix file casing #1016
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/932
Author: @profvjreddi
Created: 8/12/2025
Status: ❌ Closed
Base:
main← Head:fix/lowercase-filenames📝 Commits (10+)
f8b5c0aFix colors in code listing0c9e0ebfix(ci): use dynamic output-dir in quarto build workflows575c3aafeat(ci): merge dynamic output dir feature into devf2f4b85fix(docker): correct syntax in Windows Dockerfilecac2726fix(ci): make jq filter in build workflows robustd5641affeat(ci): use scoop to find executables in windows healthcheck19498f6chore(ci): increase windows health check timeout to 60 minutes60dafc2fix(ci): escape powershell variables in health check37d8085Improves Quarto check in container health2dbe8bffix(ci): improve health check diagnostics for quarto📊 Changes
616 files changed (+34883 additions, -41219 deletions)
View changed files
📝
.github/workflows/build-linux-container.yml(+9 -9)📝
.github/workflows/build-windows-container.yml(+60 -31)📝
.github/workflows/container-health-check.yml(+149 -186)➕
.github/workflows/fix_casing.yml(+41 -0)📝
.github/workflows/quarto-build-baremetal.yml(+34 -19)📝
.github/workflows/quarto-build-container.yml(+42 -57)📝
.github/workflows/validate-dev.yml(+14 -4)📝
.pre-commit-config.yaml(+16 -30)📝
CHANGELOG.md(+8 -8)📝
README.md(+3 -2)➖
contents/core/data_engineering/data_engineering_files/mediabag/377bd08d4252fd877976dbb812d1ea9216774cfc.svg(+0 -149)➖
contents/core/data_engineering/data_engineering_files/mediabag/4213eeaeb926472ac24f617144bb4a8344e1ec2b.svg(+0 -336)➖
contents/core/data_engineering/data_engineering_files/mediabag/468ba33927b8b88f56facc3c9e5a72db5d0773f0.svg(+0 -315)➖
contents/core/data_engineering/data_engineering_files/mediabag/6f07134f872989383e114c915f341eeecec22de0.svg(+0 -331)➖
contents/core/data_engineering/data_engineering_files/mediabag/9daff432776d54e821a3a38d383ac78f17ea1f27.svg(+0 -919)➖
contents/core/data_engineering/data_engineering_files/mediabag/a271bd786f6723a93e5e1b3dff59701d8362b9f2.svg(+0 -450)➖
contents/core/data_engineering/data_engineering_files/mediabag/c0d5e9f5de2fa5135d9a6f2e84486ecba3d2d8b1.svg(+0 -396)➖
contents/core/data_engineering/data_engineering_files/mediabag/ecff59fc5f0797ded4b8d4637d9036cc3e85ac9f.svg(+0 -550)➖
contents/core/data_engineering/data_engineering_files/mediabag/f92ef4e870c7f2f0e3e67636f397e9905db9f679.svg(+0 -514)➖
contents/core/dl_primer/dl_primer_files/mediabag/0ff5c0804cf53d709bf07787bdcde4abd072ceb8.svg(+0 -355)...and 80 more files
📄 Description
This PR adds a GitHub Actions workflow to automatically correct file casing issues for images. It can be manually triggered to find and fix any files with uppercase names, ensuring consistency across different operating systems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.