Skip to content

Commit 7c00235

Browse files
authored
Update blank.yml
1 parent 219c4e0 commit 7c00235

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/blank.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15+
- name: Simulate Build
16+
run: |
17+
echo "Starting build process..."
18+
echo "Build completed successfully"
19+
1520
- name: Print Hello
1621
run: echo "CI/CD pipeline started successfully"

0 commit comments

Comments
 (0)