Skip to content

Commit 0866516

Browse files
GeekTrainerCopilot
andcommitted
Clean up dry run artifacts and fix content consistency
- Remove generated workflow, action, infra, and azure files from dry run - Remove test change from server/app.py - Fix duplicate step numbering in module 7 - Fix typo in module 8 ('n' → 'in') - Convert non-action numbered items to prose (modules 7, 8) - Reset step numbering at section boundaries (module 4) - Standardize Resources heading to h2 across all modules - Add tests-passed summary job exercise to module 9 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bb55256 commit 0866516

22 files changed

+56
-694
lines changed

.github/actions/setup-python-env/action.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/azure-dev.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/hello.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/manual-deploy.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/reusable-deploy.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/run-tests.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

azure.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/github-actions/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Congratulations! You've created and run your first GitHub Actions workflow. You'
106106

107107
Next, we'll put this knowledge to work by [securing the development pipeline][walkthrough-next] with code scanning, Dependabot, and secret scanning.
108108

109-
### Resources
109+
## Resources
110110

111111
- [GitHub Actions documentation][github-actions-docs]
112112
- [Workflow syntax for GitHub Actions][workflow-syntax]

content/github-actions/2-code-scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You've enabled GitHub Advanced Security for your repository:
9595

9696
These tools run automatically in the background, catching security issues before they reach production. Now that you've seen how GitHub uses Actions internally for security automation, it's time to build your own CI workflow. Next, we'll [automate testing][walkthrough-next] for the shelter's application.
9797

98-
### Resources
98+
## Resources
9999

100100
- [About GitHub Advanced Security][advanced-security-docs]
101101
- [About code scanning with CodeQL][about-code-scanning]

content/github-actions/3-running-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ You've built a CI pipeline with two jobs running in parallel — unit tests for
174174

175175
Now, let's work to [improve the performance of our CI job][walkthrough-next] by reusing steps and caching dependencies.
176176

177-
### Resources
177+
## Resources
178178

179179
- [GitHub Actions documentation][github-actions-docs]
180180
- [Workflow syntax for GitHub Actions][workflow-syntax]

0 commit comments

Comments
 (0)