Skip to content

Commit 7ec1d26

Browse files
committed
Update job docblocks.
1 parent 63151ca commit 7ec1d26

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/test-and-zip-default-themes.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)