Skip to content

Commit 308140e

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent ba7a176 commit 308140e

File tree

3 files changed

+28
-18
lines changed

3 files changed

+28
-18
lines changed

slides/Slides.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ footer: '@Chris_L_Ayers - https://chris-ayers.com'
1515
![bg left:40%](./img/portrait.png)
1616

1717
## Chris Ayers
18-
### Senior Site Reliability Engineer<br>Microsoft
18+
### Senior Software Engineer<br>Microsoft
1919

2020
<i class="fa-brands fa-bluesky"></i> BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com)
2121
<i class="fa-brands fa-linkedin"></i> LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
@@ -173,12 +173,22 @@ Demo: [Online Parser](https://yaml-online-parser.appspot.com/)
173173

174174
<i class="fa-brands fa-github"></i> [nektos/act](https://github.com/nektos/act)
175175

176+
<i class="fa-brands fa-github"></i> [SanjulaGanepola/github-local-actions](https://github.com/SanjulaGanepola/github-local-actions)
177+
176178
![bg right:50% 95%](./img/act-quickstart-2.gif)
177179

178180
<!-- act -W .github/workflows/02-basic-multiple-jobs-needs.yml -->
179181

180182
---
181183

184+
# Workshop repo
185+
186+
### <i class="fa-brands fa-github"></i> [actions-workshop/actions-workshop](https://github.com/actions-workshop/actions-workshop)
187+
188+
![bg right fit](./img/workshop-qr.png)
189+
190+
---
191+
182192
# Supply Chain Attacks
183193

184194
![bg fit right:75%](img/supply.png)
@@ -261,7 +271,7 @@ updates:
261271
262272
---
263273
264-
# GitHub Well-Architected Framework
274+
# [GitHub Well-Architected Framework](https://wellarchitected.github.com)
265275
266276
![bg right fit](img/gh-waf.png)
267277

slides/img/workshop-qr.png

128 KB
Loading

slides/workshop.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
| **Time** | **Activity** |
44
|------------|--------------------------------------------------------------------------------------------------|
5-
| **1:00 PM** | **Recap and Basics**: Introduction to CI/CD and YAML basics. |
6-
| **1:15 PM** | Overview of workflows and runners. |
7-
| **1:30 PM** | Explanation of workflows: events, jobs, and steps in GitHub Actions. |
8-
| **1:45 PM** | **Exercise**: Create a simple YAML workflow https://github.com/skills/test-with-actions |
9-
| **2:00 PM** | **Exercise**: https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-composite-action |
10-
| **2:15 PM** | **Introduction**: Overview of GitHub Packages and the GitHub Container Registry (GHCR). |
11-
| **2:30 PM** | **Supported Package Types**: Discuss the supported package types and how they integrate with GitHub repositories. |
12-
| **2:45 PM** | **Publishing Packages**: |
13-
| **3:00 PM** | **Exercise**: https://github.com/skills/publish-packages |
14-
| **3:15 PM** | **Deployment**: Examples of workflows for automated deployment. |
15-
| **3:30 PM** | Environments |
16-
| **4:00 PM** | **Exercise**: https://github.com/codebytes/marp-slides-template |
17-
| **4:15 PM** | **Security and Best Practices**: |
18-
| **4:30 PM** | Using Dependabot for action updates and workflow maintenance. |
19-
| **4:45 PM** | **Exercise**: |
20-
| **5:00 PM** | Closing Q&A and sharing resources for further learning. |
5+
| **9:00 PM** | **Recap and Basics**: Introduction to CI/CD and YAML basics. |
6+
| **9:15 PM** | Overview of workflows and runners. |
7+
| **9:30 PM** | Explanation of workflows: events, jobs, and steps in GitHub Actions. |
8+
| **9:45 PM** | **Exercise**: Create a simple YAML workflow https://github.com/skills/test-with-actions |
9+
| **10:00 PM** | **Exercise**: https://github.com/skills/test-with-actions |
10+
| **10:15 PM** | **Introduction**: Overview of GitHub Packages and the GitHub Container Registry (GHCR). |
11+
| **10:30 PM** | **Supported Package Types**: Discuss the supported package types and how they integrate with GitHub repositories. |
12+
| **10:45 PM** | **Publishing Packages**: |
13+
| **11:00 PM** | **Exercise**: https://github.com/skills/publish-packages |
14+
| **11:15 PM** | **Deployment**: Examples of workflows for automated deployment. |
15+
| **11:30 PM** | Environments |
16+
| **12:00 PM** | **Exercise**: https://github.com/codebytes/marp-slides-template |
17+
| **12:15 PM** | **Security and Best Practices**: |
18+
| **12:30 PM** | Using Dependabot for action updates and workflow maintenance. |
19+
| **12:45 PM** | **Exercise**: |
20+
| **1:00 PM** | Closing Q&A and sharing resources for further learning. |
2121

2222
## Resources
2323

0 commit comments

Comments
 (0)