Skip to content

fix: move orphaned checkpoint items into ✅ Checkpoint section in 07a-your-first-workflow-terminal.md#1908

Merged
pelikhan merged 3 commits into
mainfrom
copilot/fix-checkpoint-items-orphaned
Jul 23, 2026
Merged

fix: move orphaned checkpoint items into ✅ Checkpoint section in 07a-your-first-workflow-terminal.md#1908
pelikhan merged 3 commits into
mainfrom
copilot/fix-checkpoint-items-orphaned

Conversation

Copilot AI commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Two checklist items in workshop/07a-your-first-workflow-terminal.md appeared after the **Next:** navigation link, outside the ## ✅ Checkpoint section — learners would advance before seeing them.

Change

  • Moved the orphaned items into the ## ✅ Checkpoint section, above the <!-- journey: terminal --> navigation block:
 ## ✅ Checkpoint

 - [ ] `.github/workflows/daily-report-status.md` exists
 - [ ] You ran `gh aw compile` successfully
+- [ ] `gh aw compile` succeeds and generates `daily-report-status.lock.yml`
+- [ ] `gh extension list` shows `github/gh-aw` is installed

 <!-- journey: terminal -->
 **Next:** [Part 2: Add instructions, safe outputs, and finish](...)
 <!-- /journey -->
-
-- [ ] `gh aw compile` succeeds and generates `daily-report-status.lock.yml`
-- [ ] `gh extension list` shows `github/gh-aw` is installed

…a-your-first-workflow-terminal.md

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix orphaned checkpoint items after Next navigation link fix: move orphaned checkpoint items into ✅ Checkpoint section in 07a-your-first-workflow-terminal.md Jul 23, 2026
Copilot AI requested a review from pelikhan July 23, 2026 13:07
@pelikhan
pelikhan marked this pull request as ready for review July 23, 2026 13:11
@pelikhan
pelikhan merged commit e699de2 into main Jul 23, 2026
4 checks passed
@pelikhan
pelikhan deleted the copilot/fix-checkpoint-items-orphaned branch July 23, 2026 13:12

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by 📋 Guidelines Enforcer for #1908 · 23.6 AIC · ⌖ 5.37 AIC · ⊞ 5.7K

Comments that could not be inline-anchored

workshop/07a-your-first-workflow-terminal.md:35

Rule violated: Alert level ceiling — use the lowest level that accurately conveys the information

Offending text:

&gt; [!IMPORTANT]
&gt; This `.md` file is **not** the workflow GitHub Actions executes. You write the goal in Markdown; `gh aw compile` generates the `.lock.yml` file that Actions actually runs.

Suggested fix: Change [!IMPORTANT] to [!NOTE]. This is informational context explaining how the tool works — it is not something the learner must act on before continuing…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[guidelines] workshop/07a-your-first-workflow-terminal.md: checkpoint items orphaned after Next navigation link

2 participants