Skip to content

fix: resolve MD060 table-column-style lint errors in environment_variables.md#2344

Merged
mtrunkat merged 2 commits intoclaude/apify-style-guide-EuhBPfrom
copilot/sub-pr-2339
Mar 20, 2026
Merged

fix: resolve MD060 table-column-style lint errors in environment_variables.md#2344
mtrunkat merged 2 commits intoclaude/apify-style-guide-EuhBPfrom
copilot/sub-pr-2339

Conversation

Copy link
Contributor

Copilot AI commented Mar 20, 2026

Two MD060/table-column-style lint errors in environment_variables.md caused CI failures.

  • Separator row spacing: |---|---|| --- | --- | to match the padded style of header/data rows
  • Trailing space: Removed extra trailing space before closing pipe in the ACTOR_INPUT_KEY row

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

…s.md

Co-authored-by: mtrunkat <594801+mtrunkat@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix copy using Dave's LLM style guide fix: resolve MD060 table-column-style lint errors in environment_variables.md Mar 20, 2026
Copilot AI requested a review from mtrunkat March 20, 2026 07:50
@mtrunkat mtrunkat marked this pull request as ready for review March 20, 2026 07:58
@mtrunkat mtrunkat requested a review from TC-MO as a code owner March 20, 2026 07:58
Copilot AI review requested due to automatic review settings March 20, 2026 07:58
@mtrunkat mtrunkat merged commit 27b9c77 into claude/apify-style-guide-EuhBP Mar 20, 2026
2 checks passed
@mtrunkat mtrunkat deleted the copilot/sub-pr-2339 branch March 20, 2026 07:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes markdownlint MD060/table-column-style failures in the Actor environment variables documentation by aligning the table separator row formatting with the padded table style used elsewhere in the table.

Changes:

  • Update the table separator row to use padded spacing (| --- | --- | style).
  • Remove trailing whitespace in the ACTOR_INPUT_KEY table row.

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.

4 participants