dsanders11

#51716: build: add --check option to script/gen-filenames.ts and extend CI check

Merged
Created: May 19, 2026, 6:21:31 PM
Merged: May 20, 2026, 2:46:29 PM
3 comments
Target: main

Description of Change

Adds a --check option which matches our other script/gen-* scripts and extends the CI check so we can ensure these get caught in the PR that's causing them.

Checklist

Release Notes

Notes: none

Backports

42-x-y
In-flight
PR Number
#51721
Waiting to be merged
43-x-y
In-flight
PR Number
#51722
Waiting to be merged

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron