File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,12 @@ jobs:
112112 # - Sets up Node.js.
113113 # - Installs npm dependencies.
114114 # - Runs the theme build script.
115- # - Ensures version-controlled files are not modified or deleted.
115+ # - Checks for uncommitted changes.
116+ # - Stages all uncommitted changes and adds any unversioned files.
117+ # - Displays a diff of all staged changes.
118+ # - Saves staged changes to a .diff file.
119+ # - Uploads the diff file as an artifact.
120+ # - Fails the job when uncommitted changes are detected.
116121 test-build-scripts :
117122 name : Test ${{ matrix.theme }} build script
118123 runs-on : ubuntu-24.04
@@ -198,6 +203,9 @@ jobs:
198203 #
199204 # Performs the following steps:
200205 # - Checks out the repository.
206+ # - Sets up Node.js.
207+ # - Installs npm dependencies.
208+ # - Runs the theme build script.
201209 # - Uploads the theme files as a workflow artifact (files uploaded as an artifact are automatically zipped).
202210 bundle-theme :
203211 name : Create ${{ matrix.theme }} ZIP file
You can’t perform that action at this time.
0 commit comments